Html Css Color HEX #A9590C Golden Brown

📋 copy color: '#A9590C'

red 169 ◦ green 89 ◦ blue 12

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

Shades of Golden Brown #A9590C

Tints of Golden Brown #A9590C

RGB

 RED value IS 169 (66.41% from 255) = 62.59%

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

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

R = 62.59%
G = 32.96%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A9590C (or 0xA9590C) is known color: Golden Brown. HEX triplet: A9, 59 and 0C. RGB value is (169,89,12). Sum of RGB (Red+Green+Blue) = 169+89+12=270 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.59% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 169 - color contains mainly: red. Hex color #A9590C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A9590C is #56A6F3. Grayscale: #686868. Windows color (decimal): -5678836 or 809385. OLE color: 809385.

HSL color Cylindrical-coordinate representation of color #A9590C: hue angle of 29.43º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A9590C is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 89 12 -
CMYK 0 0.47 0.93 0.34
HSL 29.43º 0.87% 0.35% -
HSV(B) 29.43º 0.93% 0.66% -
XYZ 20 15.61 2.31 -
YUV 104.14 76 174.26 -
System Red Green Blue C M Y K H S L
Decimal 169 89 12 0 0.47 0.93 0.34 29.43 0.87 0.35
Hex A9 59 C 0 2F 5D 22 1D 57 23
Octal 251 131 14 0 57 135 42 35 127 43
Binary 10101001 1011001 1100 0 101111 1011101 100010 11101 1010111 100011

Color Harmonies of #A9590C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9590C

Black with #A9590C

Text Example


Text Example

White with #A9590C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9590C; }

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

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

background-color css

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

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

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

border-color css

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

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

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