Html Css Color HEX #AE9226 Sahara

📋 copy color: '#AE9226'

red 174 ◦ green 146 ◦ blue 38

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

Shades of Sahara #AE9226

Tints of Sahara #AE9226

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.78%

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

R = 48.6%
G = 40.78%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AE9226 (or 0xAE9226) is known color: Sahara. HEX triplet: AE, 92 and 26. RGB value is (174,146,38). Sum of RGB (Red+Green+Blue) = 174+146+38=358 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.60% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 38 (15.23% from 255 or 10.61% from 358); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9226 is #516DD9. Grayscale: #8E8E8E. Windows color (decimal): -5336538 or 2527918. OLE color: 2527918.

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

Color convert

RGB 174 146 38 -
CMYK 0 0.16 0.78 0.32
HSL 47.65º 0.64% 0.42% -
HSV(B) 47.65º 0.78% 0.68% -
XYZ 28.08 29.7 6.09 -
YUV 142.06 69.28 150.78 -
System Red Green Blue C M Y K H S L
Decimal 174 146 38 0 0.16 0.78 0.32 47.65 0.64 0.42
Hex AE 92 26 0 10 4E 20 30 40 2A
Octal 256 222 46 0 20 116 40 60 100 52
Binary 10101110 10010010 100110 0 10000 1001110 100000 110000 1000000 101010

Color Harmonies of #AE9226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9226

Black with #AE9226

Text Example


Text Example

White with #AE9226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9226; }

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

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

background-color css

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

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

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

border-color css

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

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

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