#af891e

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

Shades of Sahara #AF891E

Tints of Sahara #AF891E

Color information

#AF891E (or 0xAF891E) is unknown color: approx Sahara. HEX triplet: AF, 89 and 1E. RGB value is (175,137,30). Sum of RGB (Red+Green+Blue) = 175+137+30=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF891E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF891E is #5076E1. Grayscale: #888888. Windows color (decimal): -5273314 or 2001327. OLE color: 2001327.

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

Color convert

RGB17513730-
CMYK00.220.830.31
HSL44.28º70.73%40.2%-
HSV(B)44.28º82.86%68.63%-
XYZ26.8627.15.04-
YUV136.1668.09155.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.17%
GREEN value IS 137 (53.91% from 255) = 40.06%
BLUE value IS 30 (12.11% from 255) = 8.77%
R=51.17%
G=40.06%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751373000.220.830.3144.2870.7340.2
HexAF891E016531F2c4728
Octal25721136026123375410750
Binary1010111110001001111100101101010011111111011001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af891e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af891e; }

 p { color: rgb(175,137,30); }

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

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

 a { background-color: rgb(175,137,30); }

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

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

 span { border-color: rgb(175,137,30); }

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