Html Css Color HEX #AE6519 Golden Brown

📋 copy color: '#AE6519'

red 174 ◦ green 101 ◦ blue 25

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

Shades of Golden Brown #AE6519

Tints of Golden Brown #AE6519

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.67%

 BLUE value IS 25 (10.16% from 255) = 8.33%

R = 58%
G = 33.67%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AE6519 (or 0xAE6519) is known color: Golden Brown. HEX triplet: AE, 65 and 19. RGB value is (174,101,25). Sum of RGB (Red+Green+Blue) = 174+101+25=300 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6519 is #519AE6. Grayscale: #727272. Windows color (decimal): -5348071 or 1664430. OLE color: 1664430.

HSL color Cylindrical-coordinate representation of color #AE6519: hue angle of 30.6º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE6519 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 101 25 -
CMYK 0 0.42 0.86 0.32
HSL 30.6º 0.75% 0.39% -
HSV(B) 30.6º 0.86% 0.68% -
XYZ 22.28 18.38 3.29 -
YUV 114.16 77.68 170.68 -
System Red Green Blue C M Y K H S L
Decimal 174 101 25 0 0.42 0.86 0.32 30.6 0.75 0.39
Hex AE 65 19 0 2A 56 20 1F 4B 27
Octal 256 145 31 0 52 126 40 37 113 47
Binary 10101110 1100101 11001 0 101010 1010110 100000 11111 1001011 100111

Color Harmonies of #AE6519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6519

Black with #AE6519

Text Example


Text Example

White with #AE6519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6519; }

 p { color: rgb(174,101,25); }

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

background-color css

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

 a { background-color: rgb(174,101,25); }

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

border-color css

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

 span { border-color: rgb(174,101,25); }

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