#AF8B1D

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

Shades of Sahara #AF8B1D

Tints of Sahara #AF8B1D

Color information

#AF8B1D (or 0xAF8B1D) is unknown color: approx Sahara. HEX triplet: AF, 8B and 1D. RGB value is (175,139,29). Sum of RGB (Red+Green+Blue) = 175+139+29=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 139 (54.69% from 255 or 40.52% from 343); Blue value is 29 (11.72% from 255 or 8.45% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8B1D is #5074E2. Grayscale: #898989. Windows color (decimal): -5272803 or 1936303. OLE color: 1936303.

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

Color convert

RGB17513929-
CMYK00.210.830.31
HSL45.21º71.57%40%-
HSV(B)45.21º83.43%68.63%-
XYZ27.1327.675.07-
YUV137.2266.93154.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.02%
GREEN value IS 139 (54.69% from 255) = 40.52%
BLUE value IS 29 (11.72% from 255) = 8.45%
R=51.02%
G=40.52%
B=8.45%

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
Decimal1751392900.210.830.3145.2171.5740
HexAF8B1D015531F2d4828
Octal25721335025123375511050
Binary1010111110001011111010101011010011111111011011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8B1D; }

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

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

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

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

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

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

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

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