Html Css Color HEX #A09060 Gurkha

📋 copy color: '#A09060'

red 160 ◦ green 144 ◦ blue 96

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

Shades of Gurkha #A09060

Tints of Gurkha #A09060

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36%

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

R = 40%
G = 36%
B = 24%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#A09060 (or 0xA09060) is known color: Gurkha. HEX triplet: A0, 90 and 60. RGB value is (160,144,96). Sum of RGB (Red+Green+Blue) = 160+144+96=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 160 - color contains mainly: red. Hex color #A09060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09060 is #5F6F9F. Grayscale: #8F8F8F. Windows color (decimal): -6254496 or 6328480. OLE color: 6328480.

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

Color convert

RGB 160 144 96 -
CMYK 0 0.1 0.4 0.37
HSL 45º 0.25% 0.5% -
HSV(B) 45º 0.4% 0.63% -
XYZ 26.58 28.26 15.12 -
YUV 143.31 101.3 139.9 -
System Red Green Blue C M Y K H S L
Decimal 160 144 96 0 0.1 0.4 0.37 45 0.25 0.5
Hex A0 90 60 0 A 28 25 2D 19 32
Octal 240 220 140 0 12 50 45 55 31 62
Binary 10100000 10010000 1100000 0 1010 101000 100101 101101 11001 110010

Color Harmonies of #A09060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09060

Black with #A09060

Text Example


Text Example

White with #A09060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09060; }

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

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

background-color css

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

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

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

border-color css

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

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

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