Html Css Color HEX #AE962C Sahara

📋 copy color: '#AE962C'

red 174 ◦ green 150 ◦ blue 44

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

Shades of Sahara #AE962C

Tints of Sahara #AE962C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.76%

 BLUE value IS 44 (17.58% from 255) = 11.96%

R = 47.28%
G = 40.76%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE962C (or 0xAE962C) is known color: Sahara. HEX triplet: AE, 96 and 2C. RGB value is (174,150,44). Sum of RGB (Red+Green+Blue) = 174+150+44=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 150 (58.98% from 255 or 40.76% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AE962C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE962C is #5169D3. Grayscale: #919191. Windows color (decimal): -5335508 or 2922158. OLE color: 2922158.

HSL color Cylindrical-coordinate representation of color #AE962C: hue angle of 48.92º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE962C is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 150 44 -
CMYK 0 0.14 0.75 0.32
HSL 48.92º 0.6% 0.43% -
HSV(B) 48.92º 0.75% 0.68% -
XYZ 28.82 30.99 6.85 -
YUV 145.09 70.95 148.62 -
System Red Green Blue C M Y K H S L
Decimal 174 150 44 0 0.14 0.75 0.32 48.92 0.6 0.43
Hex AE 96 2C 0 E 4B 20 31 3C 2B
Octal 256 226 54 0 16 113 40 61 74 53
Binary 10101110 10010110 101100 0 1110 1001011 100000 110001 111100 101011

Color Harmonies of #AE962C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE962C

Black with #AE962C

Text Example


Text Example

White with #AE962C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE962C; }

 p { color: rgb(174,150,44); }

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

background-color css

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

 a { background-color: rgb(174,150,44); }

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

border-color css

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

 span { border-color: rgb(174,150,44); }

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