Html Css Color HEX #AE6D15 Golden Brown

📋 copy color: '#AE6D15'

red 174 ◦ green 109 ◦ blue 21

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

Shades of Golden Brown #AE6D15

Tints of Golden Brown #AE6D15

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.86%

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

R = 57.24%
G = 35.86%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AE6D15 (or 0xAE6D15) is known color: Golden Brown. HEX triplet: AE, 6D and 15. RGB value is (174,109,21). Sum of RGB (Red+Green+Blue) = 174+109+21=304 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.24% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6D15 is #5192EA. Grayscale: #767676. Windows color (decimal): -5346027 or 1404334. OLE color: 1404334.

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

Color convert

RGB 174 109 21 -
CMYK 0 0.37 0.88 0.32
HSL 34.51º 0.78% 0.38% -
HSV(B) 34.51º 0.88% 0.68% -
XYZ 23.06 19.99 3.35 -
YUV 118.4 73.03 167.66 -
System Red Green Blue C M Y K H S L
Decimal 174 109 21 0 0.37 0.88 0.32 34.51 0.78 0.38
Hex AE 6D 15 0 25 58 20 23 4E 26
Octal 256 155 25 0 45 130 40 43 116 46
Binary 10101110 1101101 10101 0 100101 1011000 100000 100011 1001110 100110

Color Harmonies of #AE6D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6D15

Black with #AE6D15

Text Example


Text Example

White with #AE6D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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