Html Css Color HEX #A09460 Gurkha

📋 copy color: '#A09460'

red 160 ◦ green 148 ◦ blue 96

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

Shades of Gurkha #A09460

Tints of Gurkha #A09460

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.63%

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

R = 39.6%
G = 36.63%
B = 23.76%

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

#A09460 (or 0xA09460) is known color: Gurkha. HEX triplet: A0, 94 and 60. RGB value is (160,148,96). Sum of RGB (Red+Green+Blue) = 160+148+96=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 160 - color contains mainly: red. Hex color #A09460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09460 is #5F6B9F. Grayscale: #919191. Windows color (decimal): -6253472 or 6329504. OLE color: 6329504.

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

Color convert

RGB 160 148 96 -
CMYK 0 0.07 0.4 0.37
HSL 48.75º 0.25% 0.5% -
HSV(B) 48.75º 0.4% 0.63% -
XYZ 27.2 29.5 15.33 -
YUV 145.66 99.98 138.23 -
System Red Green Blue C M Y K H S L
Decimal 160 148 96 0 0.07 0.4 0.37 48.75 0.25 0.5
Hex A0 94 60 0 7 28 25 31 19 32
Octal 240 224 140 0 7 50 45 61 31 62
Binary 10100000 10010100 1100000 0 111 101000 100101 110001 11001 110010

Color Harmonies of #A09460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09460

Black with #A09460

Text Example


Text Example

White with #A09460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09460; }

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

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

background-color css

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

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

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

border-color css

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

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

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