#af8d24

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

Shades of Sahara #AF8D24

Tints of Sahara #AF8D24

Color information

#AF8D24 (or 0xAF8D24) is unknown color: approx Sahara. HEX triplet: AF, 8D and 24. RGB value is (175,141,36). Sum of RGB (Red+Green+Blue) = 175+141+36=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 36 (14.45% from 255 or 10.23% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8D24 is #5072DB. Grayscale: #8B8B8B. Windows color (decimal): -5272284 or 2395567. OLE color: 2395567.

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

Color convert

RGB17514136-
CMYK00.190.790.31
HSL45.32º65.88%41.37%-
HSV(B)45.32º79.43%68.63%-
XYZ27.5228.295.68-
YUV139.269.76153.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.72%
GREEN value IS 141 (55.47% from 255) = 40.06%
BLUE value IS 36 (14.45% from 255) = 10.23%
R=49.72%
G=40.06%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751413600.190.790.3145.3265.8841.37
HexAF8D240134F1F2d4229
Octal25721544023117375510251
Binary10101111100011011001000100111001111111111011011000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af8d24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af8d24; }

 p { color: rgb(175,141,36); }

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

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

 a { background-color: rgb(175,141,36); }

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

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

 span { border-color: rgb(175,141,36); }

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