#AF8F21

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

Shades of Sahara #AF8F21

Tints of Sahara #AF8F21

Color information

#AF8F21 (or 0xAF8F21) is unknown color: approx Sahara. HEX triplet: AF, 8F and 21. RGB value is (175,143,33). Sum of RGB (Red+Green+Blue) = 175+143+33=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 33 (13.28% from 255 or 9.40% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8F21 is #5070DE. Grayscale: #8C8C8C. Windows color (decimal): -5271775 or 2199471. OLE color: 2199471.

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

Color convert

RGB17514333-
CMYK00.180.810.31
HSL46.48º68.27%40.78%-
HSV(B)46.48º81.14%68.63%-
XYZ27.7828.875.55-
YUV140.0367.6152.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.86%
GREEN value IS 143 (56.25% from 255) = 40.74%
BLUE value IS 33 (13.28% from 255) = 9.40%
R=49.86%
G=40.74%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751433300.180.810.3146.4868.2740.78
HexAF8F21012511F2e4429
Octal25721741022121375610451
Binary10101111100011111000010100101010001111111011101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8F21; }

 p { color: rgb(175,143,33); }

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

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

 a { background-color: rgb(175,143,33); }

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

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

 span { border-color: rgb(175,143,33); }

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