#AF7133

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

Shades of Reno Sand #AF7133

Tints of Reno Sand #AF7133

Color information

#AF7133 (or 0xAF7133) is unknown color: approx Reno Sand. HEX triplet: AF, 71 and 33. RGB value is (175,113,51). Sum of RGB (Red+Green+Blue) = 175+113+51=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 51 (20.31% from 255 or 15.04% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7133 is #508ECC. Grayscale: #7C7C7C. Windows color (decimal): -5279437 or 3371439. OLE color: 3371439.

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

Color convert

RGB17511351-
CMYK00.350.710.31
HSL30º54.87%44.31%-
HSV(B)30º70.86%68.63%-
XYZ24.1821.165.94-
YUV124.4786.54164.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.62%
GREEN value IS 113 (44.53% from 255) = 33.33%
BLUE value IS 51 (20.31% from 255) = 15.04%
R=51.62%
G=33.33%
B=15.04%

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
Decimal1751135100.350.710.313054.8744.31
HexAF7133023471F1e372c
Octal2571616304310737366754
Binary101011111110001110011010001110001111111111110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7133; }

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

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

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

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

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

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

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

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