Html Css Color HEX #A09560 Gurkha

📋 copy color: '#A09560'

red 160 ◦ green 149 ◦ blue 96

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

Shades of Gurkha #A09560

Tints of Gurkha #A09560

RGB

 RED value IS 160 (62.89% from 255) = 39.51%

 GREEN value IS 149 (58.59% from 255) = 36.79%

 BLUE value IS 96 (37.89% from 255) = 23.7%

R = 39.51%
G = 36.79%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#A09560 (or 0xA09560) is known color: Gurkha. HEX triplet: A0, 95 and 60. RGB value is (160,149,96). Sum of RGB (Red+Green+Blue) = 160+149+96=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 160 - color contains mainly: red. Hex color #A09560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09560 is #5F6A9F. Grayscale: #929292. Windows color (decimal): -6253216 or 6329760. OLE color: 6329760.

HSL color Cylindrical-coordinate representation of color #A09560: hue angle of 49.69º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A09560 is Cyan = 0, Magento = 0.07, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 149 96 -
CMYK 0 0.07 0.4 0.37
HSL 49.69º 0.25% 0.5% -
HSV(B) 49.69º 0.4% 0.63% -
XYZ 27.36 29.81 15.38 -
YUV 146.25 99.64 137.81 -
System Red Green Blue C M Y K H S L
Decimal 160 149 96 0 0.07 0.4 0.37 49.69 0.25 0.5
Hex A0 95 60 0 7 28 25 32 19 32
Octal 240 225 140 0 7 50 45 62 31 62
Binary 10100000 10010101 1100000 0 111 101000 100101 110010 11001 110010

Color Harmonies of #A09560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09560

Black with #A09560

Text Example


Text Example

White with #A09560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09560; }

 p { color: rgb(160,149,96); }

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

background-color css

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

 a { background-color: rgb(160,149,96); }

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

border-color css

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

 span { border-color: rgb(160,149,96); }

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