#AF6B2B

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

Shades of Reno Sand #AF6B2B

Tints of Reno Sand #AF6B2B

Color information

#AF6B2B (or 0xAF6B2B) is unknown color: approx Reno Sand. HEX triplet: AF, 6B and 2B. RGB value is (175,107,43). Sum of RGB (Red+Green+Blue) = 175+107+43=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6B2B is #5094D4. Grayscale: #787878. Windows color (decimal): -5280981 or 2845615. OLE color: 2845615.

HSL color Cylindrical-coordinate representation of color #AF6B2B: hue angle of 29.09º 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 #AF6B2B is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB17510743-
CMYK00.390.750.31
HSL29.09º60.55%42.75%-
HSV(B)29.09º75.43%68.63%-
XYZ23.3719.84.88-
YUV120.0484.53167.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.85%
GREEN value IS 107 (42.19% from 255) = 32.92%
BLUE value IS 43 (17.19% from 255) = 13.23%
R=53.85%
G=32.92%
B=13.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751074300.390.750.3129.0960.5542.75
HexAF6B2B0274B1F1d3d2b
Octal2571535304711337357553
Binary101011111101011101011010011110010111111111101111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6B2B; }

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

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

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

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

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

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

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

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