Html Css Color HEX #A5590A Golden Brown

📋 copy color: '#A5590A'

red 165 ◦ green 89 ◦ blue 10

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

Shades of Golden Brown #A5590A

Tints of Golden Brown #A5590A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.79%

R = 62.5%
G = 33.71%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#A5590A (or 0xA5590A) is known color: Golden Brown. HEX triplet: A5, 59 and 0A. RGB value is (165,89,10). Sum of RGB (Red+Green+Blue) = 165+89+10=264 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.5% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 165 - color contains mainly: red. Hex color #A5590A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5590A is #5AA6F5. Grayscale: #676767. Windows color (decimal): -5940982 or 678309. OLE color: 678309.

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

Color convert

RGB 165 89 10 -
CMYK 0 0.46 0.94 0.35
HSL 30.58º 0.89% 0.34% -
HSV(B) 30.58º 0.94% 0.65% -
XYZ 19.14 15.17 2.21 -
YUV 102.72 75.68 172.42 -
System Red Green Blue C M Y K H S L
Decimal 165 89 10 0 0.46 0.94 0.35 30.58 0.89 0.34
Hex A5 59 A 0 2E 5E 23 1F 59 22
Octal 245 131 12 0 56 136 43 37 131 42
Binary 10100101 1011001 1010 0 101110 1011110 100011 11111 1011001 100010

Color Harmonies of #A5590A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5590A

Black with #A5590A

Text Example


Text Example

White with #A5590A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5590A; }

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

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

background-color css

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

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

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

border-color css

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

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

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