Html Css Color HEX #A09561 Gurkha

📋 copy color: '#A09561'

red 160 ◦ green 149 ◦ blue 97

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

Shades of Gurkha #A09561

Tints of Gurkha #A09561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.89%

R = 39.41%
G = 36.7%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A09561 (or 0xA09561) is known color: Gurkha. HEX triplet: A0, 95 and 61. RGB value is (160,149,97). Sum of RGB (Red+Green+Blue) = 160+149+97=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 160 - color contains mainly: red. Hex color #A09561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09561 is #5F6A9E. Grayscale: #929292. Windows color (decimal): -6253215 or 6395296. OLE color: 6395296.

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

Color convert

RGB 160 149 97 -
CMYK 0 0.07 0.39 0.37
HSL 49.52º 0.25% 0.5% -
HSV(B) 49.52º 0.39% 0.63% -
XYZ 27.4 29.83 15.62 -
YUV 146.36 100.14 137.73 -
System Red Green Blue C M Y K H S L
Decimal 160 149 97 0 0.07 0.39 0.37 49.52 0.25 0.5
Hex A0 95 61 0 7 27 25 32 19 32
Octal 240 225 141 0 7 47 45 62 31 62
Binary 10100000 10010101 1100001 0 111 100111 100101 110010 11001 110010

Color Harmonies of #A09561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09561

Black with #A09561

Text Example


Text Example

White with #A09561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09561; }

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

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

background-color css

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

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

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

border-color css

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

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

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