Html Css Color HEX #A5590C Golden Brown

📋 copy color: '#A5590C'

red 165 ◦ green 89 ◦ blue 12

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

Shades of Golden Brown #A5590C

Tints of Golden Brown #A5590C

RGB

 RED value IS 165 (64.84% from 255) = 62.03%

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

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

R = 62.03%
G = 33.46%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5590C (or 0xA5590C) is known color: Golden Brown. HEX triplet: A5, 59 and 0C. RGB value is (165,89,12). Sum of RGB (Red+Green+Blue) = 165+89+12=266 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.03% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 165 - color contains mainly: red. Hex color #A5590C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5590C is #5AA6F3. Grayscale: #676767. Windows color (decimal): -5940980 or 809381. OLE color: 809381.

HSL color Cylindrical-coordinate representation of color #A5590C: hue angle of 30.2º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5590C is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 89 12 -
CMYK 0 0.46 0.93 0.35
HSL 30.2º 0.86% 0.35% -
HSV(B) 30.2º 0.93% 0.65% -
XYZ 19.16 15.17 2.27 -
YUV 102.95 76.68 172.26 -
System Red Green Blue C M Y K H S L
Decimal 165 89 12 0 0.46 0.93 0.35 30.2 0.86 0.35
Hex A5 59 C 0 2E 5D 23 1E 56 23
Octal 245 131 14 0 56 135 43 36 126 43
Binary 10100101 1011001 1100 0 101110 1011101 100011 11110 1010110 100011

Color Harmonies of #A5590C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5590C

Black with #A5590C

Text Example


Text Example

White with #A5590C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5590C; }

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

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

background-color css

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

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

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

border-color css

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

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

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