Html Css Color HEX #AE6018 Golden Brown

📋 copy color: '#AE6018'

red 174 ◦ green 96 ◦ blue 24

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

Shades of Golden Brown #AE6018

Tints of Golden Brown #AE6018

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.65%

 BLUE value IS 24 (9.77% from 255) = 8.16%

R = 59.18%
G = 32.65%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AE6018 (or 0xAE6018) is known color: Golden Brown. HEX triplet: AE, 60 and 18. RGB value is (174,96,24). Sum of RGB (Red+Green+Blue) = 174+96+24=294 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.18% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6018 is #519FE7. Grayscale: #6F6F6F. Windows color (decimal): -5349352 or 1597614. OLE color: 1597614.

HSL color Cylindrical-coordinate representation of color #AE6018: hue angle of 28.8º degrees, saturation: 0.76, 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 #AE6018 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 96 24 -
CMYK 0 0.45 0.86 0.32
HSL 28.8º 0.76% 0.39% -
HSV(B) 28.8º 0.86% 0.68% -
XYZ 21.8 17.43 3.08 -
YUV 111.11 78.84 172.85 -
System Red Green Blue C M Y K H S L
Decimal 174 96 24 0 0.45 0.86 0.32 28.8 0.76 0.39
Hex AE 60 18 0 2D 56 20 1D 4C 27
Octal 256 140 30 0 55 126 40 35 114 47
Binary 10101110 1100000 11000 0 101101 1010110 100000 11101 1001100 100111

Color Harmonies of #AE6018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6018

Black with #AE6018

Text Example


Text Example

White with #AE6018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6018; }

 p { color: rgb(174,96,24); }

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

background-color css

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

 a { background-color: rgb(174,96,24); }

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

border-color css

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

 span { border-color: rgb(174,96,24); }

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