Html Css Color HEX #AE6012 Golden Brown

📋 copy color: '#AE6012'

red 174 ◦ green 96 ◦ blue 18

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

Shades of Golden Brown #AE6012

Tints of Golden Brown #AE6012

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.33%

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

R = 60.42%
G = 33.33%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE6012 (or 0xAE6012) is known color: Golden Brown. HEX triplet: AE, 60 and 12. RGB value is (174,96,18). Sum of RGB (Red+Green+Blue) = 174+96+18=288 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.42% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6012 is #519FED. Grayscale: #6E6E6E. Windows color (decimal): -5349358 or 1204398. OLE color: 1204398.

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

Color convert

RGB 174 96 18 -
CMYK 0 0.45 0.90 0.32
HSL 30º 0.81% 0.38% -
HSV(B) 30º 0.9% 0.68% -
XYZ 21.75 17.41 2.79 -
YUV 110.43 75.84 173.34 -
System Red Green Blue C M Y K H S L
Decimal 174 96 18 0 0.45 0.90 0.32 30 0.81 0.38
Hex AE 60 12 0 2D 5A 20 1E 51 26
Octal 256 140 22 0 55 132 40 36 121 46
Binary 10101110 1100000 10010 0 101101 1011010 100000 11110 1010001 100110

Color Harmonies of #AE6012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6012

Black with #AE6012

Text Example


Text Example

White with #AE6012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6012; }

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

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

background-color css

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

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

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

border-color css

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

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

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