#AF6827

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

Shades of Reno Sand #AF6827

Tints of Reno Sand #AF6827

Color information

#AF6827 (or 0xAF6827) is unknown color: approx Reno Sand. HEX triplet: AF, 68 and 27. RGB value is (175,104,39). Sum of RGB (Red+Green+Blue) = 175+104+39=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 39 (15.62% from 255 or 12.26% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6827 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6827 is #5097D8. Grayscale: #767676. Windows color (decimal): -5281753 or 2582703. OLE color: 2582703.

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

Color convert

RGB17510439-
CMYK00.410.780.31
HSL28.68º63.55%41.96%-
HSV(B)28.68º77.71%68.63%-
XYZ2319.164.41-
YUV117.8283.52168.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.03%
GREEN value IS 104 (41.02% from 255) = 32.70%
BLUE value IS 39 (15.62% from 255) = 12.26%
R=55.03%
G=32.70%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751043900.410.780.3128.6863.5541.96
HexAF68270294E1F1d402a
Octal25715047051116373510052
Binary1010111111010001001110101001100111011111111011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6827; }

 p { color: rgb(175,104,39); }

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

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

 a { background-color: rgb(175,104,39); }

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

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

 span { border-color: rgb(175,104,39); }

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