#AF7636

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

Shades of Reno Sand #AF7636

Tints of Reno Sand #AF7636

Color information

#AF7636 (or 0xAF7636) is unknown color: approx Reno Sand. HEX triplet: AF, 76 and 36. RGB value is (175,118,54). Sum of RGB (Red+Green+Blue) = 175+118+54=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 54 (21.48% from 255 or 15.56% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7636 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7636 is #5089C9. Grayscale: #808080. Windows color (decimal): -5278154 or 3569327. OLE color: 3569327.

HSL color Cylindrical-coordinate representation of color #AF7636: hue angle of 31.74º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF7636 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB17511854-
CMYK00.330.690.31
HSL31.74º52.84%44.9%-
HSV(B)31.74º69.14%68.63%-
XYZ24.8222.346.49-
YUV127.7586.38161.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.43%
GREEN value IS 118 (46.48% from 255) = 34.01%
BLUE value IS 54 (21.48% from 255) = 15.56%
R=50.43%
G=34.01%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751185400.330.690.3131.7452.8444.9
HexAF7636021451F20352d
Octal2571666604110537406555
Binary1010111111101101101100100001100010111111100000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7636; }

 p { color: rgb(175,118,54); }

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

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

 a { background-color: rgb(175,118,54); }

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

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

 span { border-color: rgb(175,118,54); }

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