Html Css Color HEX #AE942A Sahara

📋 copy color: '#AE942A'

red 174 ◦ green 148 ◦ blue 42

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

Shades of Sahara #AE942A

Tints of Sahara #AE942A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.54%

R = 47.8%
G = 40.66%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AE942A (or 0xAE942A) is known color: Sahara. HEX triplet: AE, 94 and 2A. RGB value is (174,148,42). Sum of RGB (Red+Green+Blue) = 174+148+42=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 42 (16.80% from 255 or 11.54% from 364); Max value from RGB is 174 - color contains mainly: red. Hex color #AE942A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE942A is #516BD5. Grayscale: #909090. Windows color (decimal): -5336022 or 2790574. OLE color: 2790574.

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

Color convert

RGB 174 148 42 -
CMYK 0 0.15 0.76 0.32
HSL 48.18º 0.61% 0.42% -
HSV(B) 48.18º 0.76% 0.68% -
XYZ 28.46 30.35 6.55 -
YUV 143.69 70.61 149.62 -
System Red Green Blue C M Y K H S L
Decimal 174 148 42 0 0.15 0.76 0.32 48.18 0.61 0.42
Hex AE 94 2A 0 F 4C 20 30 3D 2A
Octal 256 224 52 0 17 114 40 60 75 52
Binary 10101110 10010100 101010 0 1111 1001100 100000 110000 111101 101010

Color Harmonies of #AE942A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE942A

Black with #AE942A

Text Example


Text Example

White with #AE942A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE942A; }

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

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

background-color css

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

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

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

border-color css

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

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

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