Html Css Color HEX #A09760 Gurkha

📋 copy color: '#A09760'

red 160 ◦ green 151 ◦ blue 96

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

Shades of Gurkha #A09760

Tints of Gurkha #A09760

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.1%

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

R = 39.31%
G = 37.1%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#A09760 (or 0xA09760) is known color: Gurkha. HEX triplet: A0, 97 and 60. RGB value is (160,151,96). Sum of RGB (Red+Green+Blue) = 160+151+96=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 160 - color contains mainly: red. Hex color #A09760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09760 is #5F689F. Grayscale: #939393. Windows color (decimal): -6252704 or 6330272. OLE color: 6330272.

HSL color Cylindrical-coordinate representation of color #A09760: hue angle of 51.56º 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 #A09760 is Cyan = 0, Magento = 0.06, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 151 96 -
CMYK 0 0.06 0.4 0.37
HSL 51.56º 0.25% 0.5% -
HSV(B) 51.56º 0.4% 0.63% -
XYZ 27.68 30.45 15.49 -
YUV 147.42 98.98 136.97 -
System Red Green Blue C M Y K H S L
Decimal 160 151 96 0 0.06 0.4 0.37 51.56 0.25 0.5
Hex A0 97 60 0 6 28 25 34 19 32
Octal 240 227 140 0 6 50 45 64 31 62
Binary 10100000 10010111 1100000 0 110 101000 100101 110100 11001 110010

Color Harmonies of #A09760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09760

Black with #A09760

Text Example


Text Example

White with #A09760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09760; }

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

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

background-color css

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

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

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

border-color css

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

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

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