Html Css Color HEX #AE7112 Golden Brown

📋 copy color: '#AE7112'

red 174 ◦ green 113 ◦ blue 18

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

Shades of Golden Brown #AE7112

Tints of Golden Brown #AE7112

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.05%

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

R = 57.05%
G = 37.05%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE7112 (or 0xAE7112) is known color: Golden Brown. HEX triplet: AE, 71 and 12. RGB value is (174,113,18). Sum of RGB (Red+Green+Blue) = 174+113+18=305 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.05% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7112 is #518EED. Grayscale: #787878. Windows color (decimal): -5345006 or 1208750. OLE color: 1208750.

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

Color convert

RGB 174 113 18 -
CMYK 0 0.35 0.90 0.32
HSL 36.54º 0.81% 0.38% -
HSV(B) 36.54º 0.9% 0.68% -
XYZ 23.47 20.85 3.36 -
YUV 120.41 70.21 166.22 -
System Red Green Blue C M Y K H S L
Decimal 174 113 18 0 0.35 0.90 0.32 36.54 0.81 0.38
Hex AE 71 12 0 23 5A 20 25 51 26
Octal 256 161 22 0 43 132 40 45 121 46
Binary 10101110 1110001 10010 0 100011 1011010 100000 100101 1010001 100110

Color Harmonies of #AE7112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7112

Black with #AE7112

Text Example


Text Example

White with #AE7112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7112; }

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

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

background-color css

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

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

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

border-color css

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

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

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