#AF6727

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

Shades of Reno Sand #AF6727

Tints of Reno Sand #AF6727

Color information

#AF6727 (or 0xAF6727) is unknown color: approx Reno Sand. HEX triplet: AF, 67 and 27. RGB value is (175,103,39). Sum of RGB (Red+Green+Blue) = 175+103+39=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 39 (15.62% from 255 or 12.30% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6727 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6727 is #5098D8. Grayscale: #757575. Windows color (decimal): -5282009 or 2582447. OLE color: 2582447.

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

Color convert

RGB17510339-
CMYK00.410.780.31
HSL28.24º63.55%41.96%-
HSV(B)28.24º77.71%68.63%-
XYZ22.918.964.37-
YUV117.2383.85169.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.21%
GREEN value IS 103 (40.62% from 255) = 32.49%
BLUE value IS 39 (15.62% from 255) = 12.30%
R=55.21%
G=32.49%
B=12.30%

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
Decimal1751033900.410.780.3128.2463.5541.96
HexAF67270294E1F1c402a
Octal25714747051116373410052
Binary1010111111001111001110101001100111011111111001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6727; }

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

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

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

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

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

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

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

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