#AF7132

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

Shades of Reno Sand #AF7132

Tints of Reno Sand #AF7132

Color information

#AF7132 (or 0xAF7132) is unknown color: approx Reno Sand. HEX triplet: AF, 71 and 32. RGB value is (175,113,50). Sum of RGB (Red+Green+Blue) = 175+113+50=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7132 is #508ECD. Grayscale: #7C7C7C. Windows color (decimal): -5279438 or 3305903. OLE color: 3305903.

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

Color convert

RGB17511350-
CMYK00.350.710.31
HSL30.24º55.56%44.12%-
HSV(B)30.24º71.43%68.63%-
XYZ24.1621.155.83-
YUV124.3686.04164.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.78%
GREEN value IS 113 (44.53% from 255) = 33.43%
BLUE value IS 50 (19.92% from 255) = 14.79%
R=51.78%
G=33.43%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751135000.350.710.3130.2455.5644.12
HexAF7132023471F1e382c
Octal2571616204310737367054
Binary101011111110001110010010001110001111111111110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7132; }

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

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

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

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

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

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

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

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