Html Css Color HEX #AE962D Sahara

📋 copy color: '#AE962D'

red 174 ◦ green 150 ◦ blue 45

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

Shades of Sahara #AE962D

Tints of Sahara #AE962D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.2%

R = 47.15%
G = 40.65%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AE962D (or 0xAE962D) is known color: Sahara. HEX triplet: AE, 96 and 2D. RGB value is (174,150,45). Sum of RGB (Red+Green+Blue) = 174+150+45=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 45 (17.97% from 255 or 12.20% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE962D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE962D is #5169D2. Grayscale: #919191. Windows color (decimal): -5335507 or 2987694. OLE color: 2987694.

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

Color convert

RGB 174 150 45 -
CMYK 0 0.14 0.74 0.32
HSL 48.84º 0.59% 0.43% -
HSV(B) 48.84º 0.74% 0.68% -
XYZ 28.84 31 6.95 -
YUV 145.21 71.45 148.54 -
System Red Green Blue C M Y K H S L
Decimal 174 150 45 0 0.14 0.74 0.32 48.84 0.59 0.43
Hex AE 96 2D 0 E 4A 20 31 3B 2B
Octal 256 226 55 0 16 112 40 61 73 53
Binary 10101110 10010110 101101 0 1110 1001010 100000 110001 111011 101011

Color Harmonies of #AE962D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE962D

Black with #AE962D

Text Example


Text Example

White with #AE962D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE962D; }

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

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

background-color css

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

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

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

border-color css

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

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

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