#AF6A24

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

Shades of Reno Sand #AF6A24

Tints of Reno Sand #AF6A24

Color information

#AF6A24 (or 0xAF6A24) is unknown color: approx Reno Sand. HEX triplet: AF, 6A and 24. RGB value is (175,106,36). Sum of RGB (Red+Green+Blue) = 175+106+36=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 36 (14.45% from 255 or 11.36% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6A24 is #5095DB. Grayscale: #767676. Windows color (decimal): -5281244 or 2386607. OLE color: 2386607.

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

Color convert

RGB17510636-
CMYK00.390.790.31
HSL30.22º65.88%41.37%-
HSV(B)30.22º79.43%68.63%-
XYZ23.1519.554.22-
YUV118.6581.36168.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.21%
GREEN value IS 106 (41.80% from 255) = 33.44%
BLUE value IS 36 (14.45% from 255) = 11.36%
R=55.21%
G=33.44%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751063600.390.790.3130.2265.8841.37
HexAF6A240274F1F1e4229
Octal25715244047117373610251
Binary1010111111010101001000100111100111111111111101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6A24; }

 p { color: rgb(175,106,36); }

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

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

 a { background-color: rgb(175,106,36); }

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

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

 span { border-color: rgb(175,106,36); }

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