#AF6836

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

Shades of Reno Sand #AF6836

Tints of Reno Sand #AF6836

Color information

#AF6836 (or 0xAF6836) is unknown color: approx Reno Sand. HEX triplet: AF, 68 and 36. RGB value is (175,104,54). Sum of RGB (Red+Green+Blue) = 175+104+54=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 54 (21.48% from 255 or 16.22% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6836 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6836 is #5097C9. Grayscale: #777777. Windows color (decimal): -5281738 or 3565743. OLE color: 3565743.

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

Color convert

RGB17510454-
CMYK00.410.690.31
HSL24.79º52.84%44.9%-
HSV(B)24.79º69.14%68.63%-
XYZ23.319.285.98-
YUV119.5391.02167.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.55%
GREEN value IS 104 (41.02% from 255) = 31.23%
BLUE value IS 54 (21.48% from 255) = 16.22%
R=52.55%
G=31.23%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751045400.410.690.3124.7952.8444.9
HexAF6836029451F19352d
Octal2571506605110537316555
Binary101011111101000110110010100110001011111111001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6836; }

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

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

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

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

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

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

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

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