Html Css Color HEX #AE7115 Golden Brown

📋 copy color: '#AE7115'

red 174 ◦ green 113 ◦ blue 21

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

Shades of Golden Brown #AE7115

Tints of Golden Brown #AE7115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.82%

R = 56.49%
G = 36.69%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AE7115 (or 0xAE7115) is known color: Golden Brown. HEX triplet: AE, 71 and 15. RGB value is (174,113,21). Sum of RGB (Red+Green+Blue) = 174+113+21=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7115 is #518EEA. Grayscale: #797979. Windows color (decimal): -5345003 or 1405358. OLE color: 1405358.

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

Color convert

RGB 174 113 21 -
CMYK 0 0.35 0.88 0.32
HSL 36.08º 0.78% 0.38% -
HSV(B) 36.08º 0.88% 0.68% -
XYZ 23.5 20.86 3.5 -
YUV 120.75 71.71 165.98 -
System Red Green Blue C M Y K H S L
Decimal 174 113 21 0 0.35 0.88 0.32 36.08 0.78 0.38
Hex AE 71 15 0 23 58 20 24 4E 26
Octal 256 161 25 0 43 130 40 44 116 46
Binary 10101110 1110001 10101 0 100011 1011000 100000 100100 1001110 100110

Color Harmonies of #AE7115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7115

Black with #AE7115

Text Example


Text Example

White with #AE7115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7115; }

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

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

background-color css

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

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

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

border-color css

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

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

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