Html Css Color HEX #AE9426 Sahara

📋 copy color: '#AE9426'

red 174 ◦ green 148 ◦ blue 38

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

Shades of Sahara #AE9426

Tints of Sahara #AE9426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.56%

R = 48.33%
G = 41.11%
B = 10.56%

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

#AE9426 (or 0xAE9426) is known color: Sahara. HEX triplet: AE, 94 and 26. RGB value is (174,148,38). Sum of RGB (Red+Green+Blue) = 174+148+38=360 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.33% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 38 (15.23% from 255 or 10.56% from 360); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9426 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9426 is #516BD9. Grayscale: #8F8F8F. Windows color (decimal): -5336026 or 2528430. OLE color: 2528430.

HSL color Cylindrical-coordinate representation of color #AE9426: hue angle of 48.53º degrees, saturation: 0.64, 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 #AE9426 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 148 38 -
CMYK 0 0.15 0.78 0.32
HSL 48.53º 0.64% 0.42% -
HSV(B) 48.53º 0.78% 0.68% -
XYZ 28.4 30.32 6.19 -
YUV 143.23 68.61 149.94 -
System Red Green Blue C M Y K H S L
Decimal 174 148 38 0 0.15 0.78 0.32 48.53 0.64 0.42
Hex AE 94 26 0 F 4E 20 31 40 2A
Octal 256 224 46 0 17 116 40 61 100 52
Binary 10101110 10010100 100110 0 1111 1001110 100000 110001 1000000 101010

Color Harmonies of #AE9426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9426

Black with #AE9426

Text Example


Text Example

White with #AE9426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9426; }

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

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

background-color css

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

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

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

border-color css

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

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

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