#af6932

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

Shades of Reno Sand #AF6932

Tints of Reno Sand #AF6932

Color information

#AF6932 (or 0xAF6932) is unknown color: approx Reno Sand. HEX triplet: AF, 69 and 32. RGB value is (175,105,50). Sum of RGB (Red+Green+Blue) = 175+105+50=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6932 is #5096CD. Grayscale: #777777. Windows color (decimal): -5281486 or 3303855. OLE color: 3303855.

HSL color Cylindrical-coordinate representation of color #AF6932: hue angle of 26.4º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF6932 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB17510550-
CMYK00.400.710.31
HSL26.4º55.56%44.12%-
HSV(B)26.4º71.43%68.63%-
XYZ23.3119.455.54-
YUV119.6688.69167.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.03%
GREEN value IS 105 (41.41% from 255) = 31.82%
BLUE value IS 50 (19.92% from 255) = 15.15%
R=53.03%
G=31.82%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751055000.400.710.3126.455.5644.12
HexAF6932028471F1a382c
Octal2571516205010737327054
Binary101011111101001110010010100010001111111111010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af6932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af6932; }

 p { color: rgb(175,105,50); }

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

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

 a { background-color: rgb(175,105,50); }

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

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

 span { border-color: rgb(175,105,50); }

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