#AF773C

Color #AF773C Reno Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reno Sand #AF773C

Tints of Reno Sand #AF773C

Color information

#AF773C (or 0xAF773C) is unknown color: approx Reno Sand. HEX triplet: AF, 77 and 3C. RGB value is (175,119,60). Sum of RGB (Red+Green+Blue) = 175+119+60=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF773C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF773C is #5088C3. Grayscale: #818181. Windows color (decimal): -5277892 or 3962799. OLE color: 3962799.

HSL color Cylindrical-coordinate representation of color #AF773C: hue angle of 30.78º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF773C is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB17511960-
CMYK00.320.660.31
HSL30.78º48.94%46.08%-
HSV(B)30.78º65.71%68.63%-
XYZ25.0922.637.32-
YUV129.0289.05160.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 49.44%
GREEN value IS 119 (46.88% from 255) = 33.62%
BLUE value IS 60 (23.83% from 255) = 16.95%
R=49.44%
G=33.62%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751196000.320.660.3130.7848.9446.08
HexAF773C020421F1f312e
Octal2571677404010237376156
Binary101011111110111111100010000010000101111111111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF773C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF773C; }

 p { color: rgb(175,119,60); }

 H1.HeaderClassName
 {
   color: #AF773C;
 }
 .AnyTagClassName
 {
   color: #AF773C;
 }
</style>
background-color css

<style>
 a { background-color: #AF773C; }

 a { background-color: rgb(175,119,60); }

 div.DivClassName
 {
   background-color: #AF773C;
 }
 .BgClassName
 {
   background-color: #AF773C;
 }
</style>
border-color css

<style>
 span { border-color: #AF773C; }

 span { border-color: rgb(175,119,60); }

 td.TdClassName
 {
   border-color: #AF773C;
 }
 .TagClassName
 {
   border-color: #AF773C;
 }
</style>