#AF7233

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

Shades of Reno Sand #AF7233

Tints of Reno Sand #AF7233

Color information

#AF7233 (or 0xAF7233) is unknown color: approx Reno Sand. HEX triplet: AF, 72 and 33. RGB value is (175,114,51). Sum of RGB (Red+Green+Blue) = 175+114+51=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7233 is #508DCC. Grayscale: #7D7D7D. Windows color (decimal): -5279181 or 3371695. OLE color: 3371695.

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

Color convert

RGB17511451-
CMYK00.350.710.31
HSL30.48º54.87%44.31%-
HSV(B)30.48º70.86%68.63%-
XYZ24.2921.395.98-
YUV125.0686.21163.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.47%
GREEN value IS 114 (44.92% from 255) = 33.53%
BLUE value IS 51 (20.31% from 255) = 15%
R=51.47%
G=33.53%
B=15%

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
Decimal1751145100.350.710.3130.4854.8744.31
HexAF7233023471F1e372c
Octal2571626304310737366754
Binary101011111110010110011010001110001111111111110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7233; }

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

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

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

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

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

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

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

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