Html Css Color HEX #AE9326 Sahara

📋 copy color: '#AE9326'

red 174 ◦ green 147 ◦ blue 38

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

Shades of Sahara #AE9326

Tints of Sahara #AE9326

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.95%

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

R = 48.47%
G = 40.95%
B = 10.58%

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

#AE9326 (or 0xAE9326) is known color: Sahara. HEX triplet: AE, 93 and 26. RGB value is (174,147,38). Sum of RGB (Red+Green+Blue) = 174+147+38=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 38 (15.23% from 255 or 10.58% from 359); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9326 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9326 is #516CD9. Grayscale: #8F8F8F. Windows color (decimal): -5336282 or 2528174. OLE color: 2528174.

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

Color convert

RGB 174 147 38 -
CMYK 0 0.16 0.78 0.32
HSL 48.09º 0.64% 0.42% -
HSV(B) 48.09º 0.78% 0.68% -
XYZ 28.24 30.01 6.14 -
YUV 142.65 68.95 150.36 -
System Red Green Blue C M Y K H S L
Decimal 174 147 38 0 0.16 0.78 0.32 48.09 0.64 0.42
Hex AE 93 26 0 10 4E 20 30 40 2A
Octal 256 223 46 0 20 116 40 60 100 52
Binary 10101110 10010011 100110 0 10000 1001110 100000 110000 1000000 101010

Color Harmonies of #AE9326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9326

Black with #AE9326

Text Example


Text Example

White with #AE9326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9326; }

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

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

background-color css

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

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

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

border-color css

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

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

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