Html Css Color HEX #AE9424 Sahara

📋 copy color: '#AE9424'

red 174 ◦ green 148 ◦ blue 36

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

Shades of Sahara #AE9424

Tints of Sahara #AE9424

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.34%

 BLUE value IS 36 (14.45% from 255) = 10.06%

R = 48.6%
G = 41.34%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AE9424 (or 0xAE9424) is known color: Sahara. HEX triplet: AE, 94 and 24. RGB value is (174,148,36). Sum of RGB (Red+Green+Blue) = 174+148+36=358 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.60% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 36 (14.45% from 255 or 10.06% from 358); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9424 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9424 is #516BDB. Grayscale: #8F8F8F. Windows color (decimal): -5336028 or 2397358. OLE color: 2397358.

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

Color convert

RGB 174 148 36 -
CMYK 0 0.15 0.79 0.32
HSL 48.7º 0.66% 0.41% -
HSV(B) 48.7º 0.79% 0.68% -
XYZ 28.36 30.31 6.02 -
YUV 143.01 67.61 150.11 -
System Red Green Blue C M Y K H S L
Decimal 174 148 36 0 0.15 0.79 0.32 48.7 0.66 0.41
Hex AE 94 24 0 F 4F 20 31 42 29
Octal 256 224 44 0 17 117 40 61 102 51
Binary 10101110 10010100 100100 0 1111 1001111 100000 110001 1000010 101001

Color Harmonies of #AE9424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9424

Black with #AE9424

Text Example


Text Example

White with #AE9424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9424; }

 p { color: rgb(174,148,36); }

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

background-color css

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

 a { background-color: rgb(174,148,36); }

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

border-color css

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

 span { border-color: rgb(174,148,36); }

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