#AF8A1D

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

Shades of Sahara #AF8A1D

Tints of Sahara #AF8A1D

Color information

#AF8A1D (or 0xAF8A1D) is unknown color: approx Sahara. HEX triplet: AF, 8A and 1D. RGB value is (175,138,29). Sum of RGB (Red+Green+Blue) = 175+138+29=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 29 (11.72% from 255 or 8.48% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8A1D is #5075E2. Grayscale: #898989. Windows color (decimal): -5273059 or 1936047. OLE color: 1936047.

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

Color convert

RGB17513829-
CMYK00.210.830.31
HSL44.79º71.57%40%-
HSV(B)44.79º83.43%68.63%-
XYZ26.9927.385.02-
YUV136.6467.26155.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.17%
GREEN value IS 138 (54.30% from 255) = 40.35%
BLUE value IS 29 (11.72% from 255) = 8.48%
R=51.17%
G=40.35%
B=8.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751382900.210.830.3144.7971.5740
HexAF8A1D015531F2d4828
Octal25721235025123375511050
Binary1010111110001010111010101011010011111111011011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8A1D; }

 p { color: rgb(175,138,29); }

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

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

 a { background-color: rgb(175,138,29); }

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

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

 span { border-color: rgb(175,138,29); }

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