Html Css Color HEX #A5590B Golden Brown

📋 copy color: '#A5590B'

red 165 ◦ green 89 ◦ blue 11

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

Shades of Golden Brown #A5590B

Tints of Golden Brown #A5590B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.15%

R = 62.26%
G = 33.58%
B = 4.15%

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

#A5590B (or 0xA5590B) is known color: Golden Brown. HEX triplet: A5, 59 and 0B. RGB value is (165,89,11). Sum of RGB (Red+Green+Blue) = 165+89+11=265 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.26% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 165 - color contains mainly: red. Hex color #A5590B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5590B is #5AA6F4. Grayscale: #676767. Windows color (decimal): -5940981 or 743845. OLE color: 743845.

HSL color Cylindrical-coordinate representation of color #A5590B: hue angle of 30.39º degrees, saturation: 0.88, 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 #A5590B is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 89 11 -
CMYK 0 0.46 0.93 0.35
HSL 30.39º 0.88% 0.35% -
HSV(B) 30.39º 0.93% 0.65% -
XYZ 19.15 15.17 2.24 -
YUV 102.83 76.18 172.34 -
System Red Green Blue C M Y K H S L
Decimal 165 89 11 0 0.46 0.93 0.35 30.39 0.88 0.35
Hex A5 59 B 0 2E 5D 23 1E 58 23
Octal 245 131 13 0 56 135 43 36 130 43
Binary 10100101 1011001 1011 0 101110 1011101 100011 11110 1011000 100011

Color Harmonies of #A5590B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5590B

Black with #A5590B

Text Example


Text Example

White with #A5590B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5590B; }

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

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

background-color css

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

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

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

border-color css

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

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

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