Html Css Color HEX #A09660 Gurkha

📋 copy color: '#A09660'

red 160 ◦ green 150 ◦ blue 96

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

Shades of Gurkha #A09660

Tints of Gurkha #A09660

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.95%

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

R = 39.41%
G = 36.95%
B = 23.65%

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

#A09660 (or 0xA09660) is known color: Gurkha. HEX triplet: A0, 96 and 60. RGB value is (160,150,96). Sum of RGB (Red+Green+Blue) = 160+150+96=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 160 - color contains mainly: red. Hex color #A09660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09660 is #5F699F. Grayscale: #939393. Windows color (decimal): -6252960 or 6330016. OLE color: 6330016.

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

Color convert

RGB 160 150 96 -
CMYK 0 0.06 0.4 0.37
HSL 50.63º 0.25% 0.5% -
HSV(B) 50.63º 0.4% 0.63% -
XYZ 27.51 30.13 15.43 -
YUV 146.83 99.31 137.39 -
System Red Green Blue C M Y K H S L
Decimal 160 150 96 0 0.06 0.4 0.37 50.63 0.25 0.5
Hex A0 96 60 0 6 28 25 33 19 32
Octal 240 226 140 0 6 50 45 63 31 62
Binary 10100000 10010110 1100000 0 110 101000 100101 110011 11001 110010

Color Harmonies of #A09660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09660

Black with #A09660

Text Example


Text Example

White with #A09660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09660; }

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

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

background-color css

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

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

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

border-color css

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

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

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