#AF6D34

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

Shades of Reno Sand #AF6D34

Tints of Reno Sand #AF6D34

Color information

#AF6D34 (or 0xAF6D34) is unknown color: approx Reno Sand. HEX triplet: AF, 6D and 34. RGB value is (175,109,52). Sum of RGB (Red+Green+Blue) = 175+109+52=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 52 (20.70% from 255 or 15.48% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6D34 is #5092CB. Grayscale: #7A7A7A. Windows color (decimal): -5280460 or 3435951. OLE color: 3435951.

HSL color Cylindrical-coordinate representation of color #AF6D34: hue angle of 27.8º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF6D34 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB17510952-
CMYK00.380.700.31
HSL27.8º54.19%44.51%-
HSV(B)27.8º70.29%68.63%-
XYZ23.7720.35.91-
YUV122.2488.37165.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.08%
GREEN value IS 109 (42.97% from 255) = 32.44%
BLUE value IS 52 (20.70% from 255) = 15.48%
R=52.08%
G=32.44%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751095200.380.700.3127.854.1944.51
HexAF6D34026461F1c362d
Octal2571556404610637346655
Binary101011111101101110100010011010001101111111100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6D34; }

 p { color: rgb(175,109,52); }

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

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

 a { background-color: rgb(175,109,52); }

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

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

 span { border-color: rgb(175,109,52); }

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