Html Css Color HEX #AE590C Golden Brown

📋 copy color: '#AE590C'

red 174 ◦ green 89 ◦ blue 12

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

Shades of Golden Brown #AE590C

Tints of Golden Brown #AE590C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.36%

 BLUE value IS 12 (5.08% from 255) = 4.36%

R = 63.27%
G = 32.36%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE590C (or 0xAE590C) is known color: Golden Brown. HEX triplet: AE, 59 and 0C. RGB value is (174,89,12). Sum of RGB (Red+Green+Blue) = 174+89+12=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE590C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE590C is #51A6F3. Grayscale: #6A6A6A. Windows color (decimal): -5351156 or 809390. OLE color: 809390.

HSL color Cylindrical-coordinate representation of color #AE590C: hue angle of 28.52º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE590C is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 89 12 -
CMYK 0 0.49 0.93 0.32
HSL 28.52º 0.87% 0.36% -
HSV(B) 28.52º 0.93% 0.68% -
XYZ 21.09 16.17 2.36 -
YUV 105.64 75.16 176.76 -
System Red Green Blue C M Y K H S L
Decimal 174 89 12 0 0.49 0.93 0.32 28.52 0.87 0.36
Hex AE 59 C 0 31 5D 20 1D 57 24
Octal 256 131 14 0 61 135 40 35 127 44
Binary 10101110 1011001 1100 0 110001 1011101 100000 11101 1010111 100100

Color Harmonies of #AE590C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE590C

Black with #AE590C

Text Example


Text Example

White with #AE590C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE590C; }

 p { color: rgb(174,89,12); }

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

background-color css

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

 a { background-color: rgb(174,89,12); }

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

border-color css

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

 span { border-color: rgb(174,89,12); }

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