Html Css Color HEX #AE590D Golden Brown

📋 copy color: '#AE590D'

red 174 ◦ green 89 ◦ blue 13

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

Shades of Golden Brown #AE590D

Tints of Golden Brown #AE590D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.71%

R = 63.04%
G = 32.25%
B = 4.71%

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

#AE590D (or 0xAE590D) is known color: Golden Brown. HEX triplet: AE, 59 and 0D. RGB value is (174,89,13). Sum of RGB (Red+Green+Blue) = 174+89+13=276 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.04% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 174 - color contains mainly: red. Hex color #AE590D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE590D is #51A6F2. Grayscale: #6A6A6A. Windows color (decimal): -5351155 or 874926. OLE color: 874926.

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

Color convert

RGB 174 89 13 -
CMYK 0 0.49 0.93 0.32
HSL 28.32º 0.86% 0.37% -
HSV(B) 28.32º 0.93% 0.68% -
XYZ 21.1 16.17 2.39 -
YUV 105.75 75.66 176.68 -
System Red Green Blue C M Y K H S L
Decimal 174 89 13 0 0.49 0.93 0.32 28.32 0.86 0.37
Hex AE 59 D 0 31 5D 20 1C 56 25
Octal 256 131 15 0 61 135 40 34 126 45
Binary 10101110 1011001 1101 0 110001 1011101 100000 11100 1010110 100101

Color Harmonies of #AE590D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE590D

Black with #AE590D

Text Example


Text Example

White with #AE590D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE590D; }

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

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

background-color css

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

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

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

border-color css

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

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

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