#AF7235

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

Shades of Reno Sand #AF7235

Tints of Reno Sand #AF7235

Color information

#AF7235 (or 0xAF7235) is unknown color: approx Reno Sand. HEX triplet: AF, 72 and 35. RGB value is (175,114,53). Sum of RGB (Red+Green+Blue) = 175+114+53=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7235 is #508DCA. Grayscale: #7D7D7D. Windows color (decimal): -5279179 or 3502767. OLE color: 3502767.

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

Color convert

RGB17511453-
CMYK00.350.700.31
HSL30º53.51%44.71%-
HSV(B)30º69.71%68.63%-
XYZ24.3421.416.22-
YUV125.2887.21163.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.17%
GREEN value IS 114 (44.92% from 255) = 33.33%
BLUE value IS 53 (21.09% from 255) = 15.50%
R=51.17%
G=33.33%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751145300.350.700.313053.5144.71
HexAF7235023461F1e362d
Octal2571626504310637366655
Binary101011111110010110101010001110001101111111110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7235; }

 p { color: rgb(175,114,53); }

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

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

 a { background-color: rgb(175,114,53); }

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

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

 span { border-color: rgb(175,114,53); }

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