#AF7033

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

Shades of Reno Sand #AF7033

Tints of Reno Sand #AF7033

Color information

#AF7033 (or 0xAF7033) is unknown color: approx Reno Sand. HEX triplet: AF, 70 and 33. RGB value is (175,112,51). Sum of RGB (Red+Green+Blue) = 175+112+51=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 51 (20.31% from 255 or 15.09% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7033 is #508FCC. Grayscale: #7C7C7C. Windows color (decimal): -5279693 or 3371183. OLE color: 3371183.

HSL color Cylindrical-coordinate representation of color #AF7033: hue angle of 29.52º degrees, saturation: 0.55, 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 #AF7033 is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB17511251-
CMYK00.360.710.31
HSL29.52º54.87%44.31%-
HSV(B)29.52º70.86%68.63%-
XYZ24.0720.945.91-
YUV123.8886.87164.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.78%
GREEN value IS 112 (44.14% from 255) = 33.14%
BLUE value IS 51 (20.31% from 255) = 15.09%
R=51.78%
G=33.14%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751125100.360.710.3129.5254.8744.31
HexAF7033024471F1e372c
Octal2571606304410737366754
Binary101011111110000110011010010010001111111111110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7033; }

 p { color: rgb(175,112,51); }

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

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

 a { background-color: rgb(175,112,51); }

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

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

 span { border-color: rgb(175,112,51); }

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