#AF662E

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

Shades of Reno Sand #AF662E

Tints of Reno Sand #AF662E

Color information

#AF662E (or 0xAF662E) is unknown color: approx Reno Sand. HEX triplet: AF, 66 and 2E. RGB value is (175,102,46). Sum of RGB (Red+Green+Blue) = 175+102+46=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF662E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF662E is #5099D1. Grayscale: #757575. Windows color (decimal): -5282258 or 3040943. OLE color: 3040943.

HSL color Cylindrical-coordinate representation of color #AF662E: hue angle of 26.05º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF662E is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB17510246-
CMYK00.420.740.31
HSL26.05º58.37%43.33%-
HSV(B)26.05º73.71%68.63%-
XYZ22.9218.815.01-
YUV117.4487.68169.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.18%
GREEN value IS 102 (40.23% from 255) = 31.58%
BLUE value IS 46 (18.36% from 255) = 14.24%
R=54.18%
G=31.58%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751024600.420.740.3126.0558.3743.33
HexAF662E02A4A1F1a3a2b
Octal2571465605211237327253
Binary101011111100110101110010101010010101111111010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF662E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF662E; }

 p { color: rgb(175,102,46); }

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

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

 a { background-color: rgb(175,102,46); }

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

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

 span { border-color: rgb(175,102,46); }

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