Html Css Color HEX #AE9528 Sahara

📋 copy color: '#AE9528'

red 174 ◦ green 149 ◦ blue 40

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

Shades of Sahara #AE9528

Tints of Sahara #AE9528

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.05%

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

R = 47.93%
G = 41.05%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AE9528 (or 0xAE9528) is known color: Sahara. HEX triplet: AE, 95 and 28. RGB value is (174,149,40). Sum of RGB (Red+Green+Blue) = 174+149+40=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9528 is #516AD7. Grayscale: #909090. Windows color (decimal): -5335768 or 2659758. OLE color: 2659758.

HSL color Cylindrical-coordinate representation of color #AE9528: hue angle of 48.81º 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 #AE9528 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 149 40 -
CMYK 0 0.14 0.77 0.32
HSL 48.81º 0.63% 0.42% -
HSV(B) 48.81º 0.77% 0.68% -
XYZ 28.59 30.65 6.42 -
YUV 144.05 69.28 149.36 -
System Red Green Blue C M Y K H S L
Decimal 174 149 40 0 0.14 0.77 0.32 48.81 0.63 0.42
Hex AE 95 28 0 E 4D 20 31 3F 2A
Octal 256 225 50 0 16 115 40 61 77 52
Binary 10101110 10010101 101000 0 1110 1001101 100000 110001 111111 101010

Color Harmonies of #AE9528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9528

Black with #AE9528

Text Example


Text Example

White with #AE9528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9528; }

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

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

background-color css

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

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

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

border-color css

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

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

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