Html Css Color HEX #AE9928 Sahara

📋 copy color: '#AE9928'

red 174 ◦ green 153 ◦ blue 40

#AE9928
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sahara #AE9928

Tints of Sahara #AE9928

RGB

 RED value IS 174 (68.36% from 255) = 47.41%

 GREEN value IS 153 (60.16% from 255) = 41.69%

 BLUE value IS 40 (16.02% from 255) = 10.9%

R = 47.41%
G = 41.69%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AE9928 (or 0xAE9928) is known color: Sahara. HEX triplet: AE, 99 and 28. RGB value is (174,153,40). Sum of RGB (Red+Green+Blue) = 174+153+40=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9928 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9928 is #5166D7. Grayscale: #929292. Windows color (decimal): -5334744 or 2660782. OLE color: 2660782.

HSL color Cylindrical-coordinate representation of color #AE9928: hue angle of 50.6º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE9928 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 153 40 -
CMYK 0 0.12 0.77 0.32
HSL 50.6º 0.63% 0.42% -
HSV(B) 50.6º 0.77% 0.68% -
XYZ 29.23 31.93 6.63 -
YUV 146.4 67.96 147.69 -
System Red Green Blue C M Y K H S L
Decimal 174 153 40 0 0.12 0.77 0.32 50.6 0.63 0.42
Hex AE 99 28 0 C 4D 20 33 3F 2A
Octal 256 231 50 0 14 115 40 63 77 52
Binary 10101110 10011001 101000 0 1100 1001101 100000 110011 111111 101010

Color Harmonies of #AE9928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9928

Black with #AE9928

Text Example


Text Example

White with #AE9928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9928; }

 p { color: rgb(174,153,40); }

 H1.HeaderClassName
 {
   color: #AE9928;
 }
 .AnyTagClassName
 {
   color: #AE9928;
 }
</style>

background-color css

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

 a { background-color: rgb(174,153,40); }

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

border-color css

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

 span { border-color: rgb(174,153,40); }

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