#AF6831

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

Shades of Reno Sand #AF6831

Tints of Reno Sand #AF6831

Color information

#AF6831 (or 0xAF6831) is unknown color: approx Reno Sand. HEX triplet: AF, 68 and 31. RGB value is (175,104,49). Sum of RGB (Red+Green+Blue) = 175+104+49=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6831 is #5097CE. Grayscale: #777777. Windows color (decimal): -5281743 or 3238063. OLE color: 3238063.

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

Color convert

RGB17510449-
CMYK00.410.720.31
HSL26.19º56.25%43.92%-
HSV(B)26.19º72%68.63%-
XYZ23.1819.245.4-
YUV118.9688.52167.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.35%
GREEN value IS 104 (41.02% from 255) = 31.71%
BLUE value IS 49 (19.53% from 255) = 14.94%
R=53.35%
G=31.71%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751044900.410.720.3126.1956.2543.92
HexAF6831029481F1a382c
Octal2571506105111037327054
Binary101011111101000110001010100110010001111111010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6831; }

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

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

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

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

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

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

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

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