#AF6D2B

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

Shades of Reno Sand #AF6D2B

Tints of Reno Sand #AF6D2B

Color information

#AF6D2B (or 0xAF6D2B) is unknown color: approx Reno Sand. HEX triplet: AF, 6D and 2B. RGB value is (175,109,43). Sum of RGB (Red+Green+Blue) = 175+109+43=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 109 (42.97% from 255 or 33.33% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6D2B is #5092D4. Grayscale: #797979. Windows color (decimal): -5280469 or 2846127. OLE color: 2846127.

HSL color Cylindrical-coordinate representation of color #AF6D2B: hue angle of 30º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF6D2B is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB17510943-
CMYK00.380.750.31
HSL30º60.55%42.75%-
HSV(B)30º75.43%68.63%-
XYZ23.5820.234.95-
YUV121.2183.87166.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.52%
GREEN value IS 109 (42.97% from 255) = 33.33%
BLUE value IS 43 (17.19% from 255) = 13.15%
R=53.52%
G=33.33%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751094300.380.750.313060.5542.75
HexAF6D2B0264B1F1e3d2b
Octal2571555304611337367553
Binary101011111101101101011010011010010111111111110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6D2B; }

 p { color: rgb(175,109,43); }

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

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

 a { background-color: rgb(175,109,43); }

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

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

 span { border-color: rgb(175,109,43); }

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