Html Css Color HEX #AE9427 Sahara

📋 copy color: '#AE9427'

red 174 ◦ green 148 ◦ blue 39

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

Shades of Sahara #AE9427

Tints of Sahara #AE9427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.8%

R = 48.2%
G = 41%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AE9427 (or 0xAE9427) is known color: Sahara. HEX triplet: AE, 94 and 27. RGB value is (174,148,39). Sum of RGB (Red+Green+Blue) = 174+148+39=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 39 (15.62% from 255 or 10.80% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9427 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9427 is #516BD8. Grayscale: #8F8F8F. Windows color (decimal): -5336025 or 2593966. OLE color: 2593966.

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

Color convert

RGB 174 148 39 -
CMYK 0 0.15 0.78 0.32
HSL 48.44º 0.63% 0.42% -
HSV(B) 48.44º 0.78% 0.68% -
XYZ 28.41 30.32 6.28 -
YUV 143.35 69.11 149.86 -
System Red Green Blue C M Y K H S L
Decimal 174 148 39 0 0.15 0.78 0.32 48.44 0.63 0.42
Hex AE 94 27 0 F 4E 20 30 3F 2A
Octal 256 224 47 0 17 116 40 60 77 52
Binary 10101110 10010100 100111 0 1111 1001110 100000 110000 111111 101010

Color Harmonies of #AE9427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9427

Black with #AE9427

Text Example


Text Example

White with #AE9427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9427; }

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

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

background-color css

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

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

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

border-color css

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

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

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