Html Css Color HEX #AE7012 Golden Brown

📋 copy color: '#AE7012'

red 174 ◦ green 112 ◦ blue 18

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

Shades of Golden Brown #AE7012

Tints of Golden Brown #AE7012

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.84%

 BLUE value IS 18 (7.42% from 255) = 5.92%

R = 57.24%
G = 36.84%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE7012 (or 0xAE7012) is known color: Golden Brown. HEX triplet: AE, 70 and 12. RGB value is (174,112,18). Sum of RGB (Red+Green+Blue) = 174+112+18=304 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.24% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7012 is #518FED. Grayscale: #787878. Windows color (decimal): -5345262 or 1208494. OLE color: 1208494.

HSL color Cylindrical-coordinate representation of color #AE7012: hue angle of 36.15º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE7012 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 112 18 -
CMYK 0 0.36 0.90 0.32
HSL 36.15º 0.81% 0.38% -
HSV(B) 36.15º 0.9% 0.68% -
XYZ 23.36 20.63 3.32 -
YUV 119.82 70.54 166.64 -
System Red Green Blue C M Y K H S L
Decimal 174 112 18 0 0.36 0.90 0.32 36.15 0.81 0.38
Hex AE 70 12 0 24 5A 20 24 51 26
Octal 256 160 22 0 44 132 40 44 121 46
Binary 10101110 1110000 10010 0 100100 1011010 100000 100100 1010001 100110

Color Harmonies of #AE7012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7012

Black with #AE7012

Text Example


Text Example

White with #AE7012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7012; }

 p { color: rgb(174,112,18); }

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

background-color css

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

 a { background-color: rgb(174,112,18); }

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

border-color css

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

 span { border-color: rgb(174,112,18); }

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