#af6928

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

Shades of Reno Sand #AF6928

Tints of Reno Sand #AF6928

Color information

#AF6928 (or 0xAF6928) is unknown color: approx Reno Sand. HEX triplet: AF, 69 and 28. RGB value is (175,105,40). Sum of RGB (Red+Green+Blue) = 175+105+40=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 40 (16.02% from 255 or 12.5% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6928 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6928 is #5096D7. Grayscale: #767676. Windows color (decimal): -5281496 or 2648495. OLE color: 2648495.

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

Color convert

RGB17510540-
CMYK00.400.770.31
HSL28.89º62.79%42.16%-
HSV(B)28.89º77.14%68.63%-
XYZ23.1119.374.53-
YUV118.5283.69168.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.69%
GREEN value IS 105 (41.41% from 255) = 32.81%
BLUE value IS 40 (16.02% from 255) = 12.5%
R=54.69%
G=32.81%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751054000.400.770.3128.8962.7942.16
HexAF69280284D1F1d3f2a
Octal2571515005011537357752
Binary101011111101001101000010100010011011111111101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af6928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af6928; }

 p { color: rgb(175,105,40); }

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

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

 a { background-color: rgb(175,105,40); }

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

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

 span { border-color: rgb(175,105,40); }

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