Html Css Color HEX #AE6113 Golden Brown

📋 copy color: '#AE6113'

red 174 ◦ green 97 ◦ blue 19

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

Shades of Golden Brown #AE6113

Tints of Golden Brown #AE6113

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.45%

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

R = 60%
G = 33.45%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE6113 (or 0xAE6113) is known color: Golden Brown. HEX triplet: AE, 61 and 13. RGB value is (174,97,19). Sum of RGB (Red+Green+Blue) = 174+97+19=290 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6113 is #519EEC. Grayscale: #6F6F6F. Windows color (decimal): -5349101 or 1270190. OLE color: 1270190.

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

Color convert

RGB 174 97 19 -
CMYK 0 0.44 0.89 0.32
HSL 30.19º 0.8% 0.38% -
HSV(B) 30.19º 0.89% 0.68% -
XYZ 21.85 17.6 2.86 -
YUV 111.13 76.01 172.84 -
System Red Green Blue C M Y K H S L
Decimal 174 97 19 0 0.44 0.89 0.32 30.19 0.8 0.38
Hex AE 61 13 0 2C 59 20 1E 50 26
Octal 256 141 23 0 54 131 40 36 120 46
Binary 10101110 1100001 10011 0 101100 1011001 100000 11110 1010000 100110

Color Harmonies of #AE6113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6113

Black with #AE6113

Text Example


Text Example

White with #AE6113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6113; }

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

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

background-color css

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

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

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

border-color css

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

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

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