#AE9F2B

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

Shades of Sahara #AE9F2B

Tints of Sahara #AE9F2B

Color information

#AE9F2B (or 0xAE9F2B) is unknown color: approx Sahara. HEX triplet: AE, 9F and 2B. RGB value is (174,159,43). Sum of RGB (Red+Green+Blue) = 174+159+43=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 43 (17.19% from 255 or 11.44% from 376); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9F2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9F2B is #5160D4. Grayscale: #969696. Windows color (decimal): -5333205 or 2858926. OLE color: 2858926.

HSL color Cylindrical-coordinate representation of color #AE9F2B: hue angle of 53.13º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE9F2B is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB17415943-
CMYK00.090.750.32
HSL53.13º60.37%42.55%-
HSV(B)53.13º75.29%68.24%-
XYZ30.2933.977.25-
YUV150.2667.47144.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.28%
GREEN value IS 159 (62.5% from 255) = 42.29%
BLUE value IS 43 (17.19% from 255) = 11.44%
R=46.28%
G=42.29%
B=11.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741594300.090.750.3253.1360.3742.55
HexAE9F2B094B20353c2b
Octal2562375301111340657453
Binary1010111010011111101011010011001011100000110101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9F2B; }

 p { color: rgb(174,159,43); }

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

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

 a { background-color: rgb(174,159,43); }

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

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

 span { border-color: rgb(174,159,43); }

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