Html Css Color HEX #AE7213 Golden Brown

📋 copy color: '#AE7213'

red 174 ◦ green 114 ◦ blue 19

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

Shades of Golden Brown #AE7213

Tints of Golden Brown #AE7213

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.13%

 BLUE value IS 19 (7.81% from 255) = 6.19%

R = 56.68%
G = 37.13%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE7213 (or 0xAE7213) is known color: Golden Brown. HEX triplet: AE, 72 and 13. RGB value is (174,114,19). Sum of RGB (Red+Green+Blue) = 174+114+19=307 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.68% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7213 is #518DEC. Grayscale: #797979. Windows color (decimal): -5344749 or 1274542. OLE color: 1274542.

HSL color Cylindrical-coordinate representation of color #AE7213: hue angle of 36.77º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE7213 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 114 19 -
CMYK 0 0.34 0.89 0.32
HSL 36.77º 0.8% 0.38% -
HSV(B) 36.77º 0.89% 0.68% -
XYZ 23.59 21.08 3.44 -
YUV 121.11 70.38 165.72 -
System Red Green Blue C M Y K H S L
Decimal 174 114 19 0 0.34 0.89 0.32 36.77 0.8 0.38
Hex AE 72 13 0 22 59 20 25 50 26
Octal 256 162 23 0 42 131 40 45 120 46
Binary 10101110 1110010 10011 0 100010 1011001 100000 100101 1010000 100110

Color Harmonies of #AE7213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7213

Black with #AE7213

Text Example


Text Example

White with #AE7213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7213; }

 p { color: rgb(174,114,19); }

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

background-color css

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

 a { background-color: rgb(174,114,19); }

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

border-color css

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

 span { border-color: rgb(174,114,19); }

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