Html Css Color HEX #A5590E Golden Brown

📋 copy color: '#A5590E'

red 165 ◦ green 89 ◦ blue 14

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

Shades of Golden Brown #A5590E

Tints of Golden Brown #A5590E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.22%

R = 61.57%
G = 33.21%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A5590E (or 0xA5590E) is known color: Golden Brown. HEX triplet: A5, 59 and 0E. RGB value is (165,89,14). Sum of RGB (Red+Green+Blue) = 165+89+14=268 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.57% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 165 - color contains mainly: red. Hex color #A5590E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5590E is #5AA6F1. Grayscale: #676767. Windows color (decimal): -5940978 or 940453. OLE color: 940453.

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

Color convert

RGB 165 89 14 -
CMYK 0 0.46 0.92 0.35
HSL 29.8º 0.84% 0.35% -
HSV(B) 29.8º 0.92% 0.65% -
XYZ 19.17 15.18 2.33 -
YUV 103.17 77.68 172.1 -
System Red Green Blue C M Y K H S L
Decimal 165 89 14 0 0.46 0.92 0.35 29.8 0.84 0.35
Hex A5 59 E 0 2E 5C 23 1E 54 23
Octal 245 131 16 0 56 134 43 36 124 43
Binary 10100101 1011001 1110 0 101110 1011100 100011 11110 1010100 100011

Color Harmonies of #A5590E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5590E

Black with #A5590E

Text Example


Text Example

White with #A5590E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5590E; }

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

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

background-color css

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

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

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

border-color css

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

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

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