Html Css Color HEX #A59A60 Gurkha

📋 copy color: '#A59A60'

red 165 ◦ green 154 ◦ blue 96

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

Shades of Gurkha #A59A60

Tints of Gurkha #A59A60

RGB

 RED value IS 165 (64.84% from 255) = 39.76%

 GREEN value IS 154 (60.55% from 255) = 37.11%

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

R = 39.76%
G = 37.11%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A59A60 (or 0xA59A60) is known color: Gurkha. HEX triplet: A5, 9A and 60. RGB value is (165,154,96). Sum of RGB (Red+Green+Blue) = 165+154+96=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59A60 is #5A659F. Grayscale: #969696. Windows color (decimal): -5924256 or 6331045. OLE color: 6331045.

HSL color Cylindrical-coordinate representation of color #A59A60: hue angle of 50.43º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A59A60 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 154 96 -
CMYK 0 0.07 0.42 0.35
HSL 50.43º 0.28% 0.51% -
HSV(B) 50.43º 0.42% 0.65% -
XYZ 29.18 31.96 15.7 -
YUV 150.68 97.14 138.22 -
System Red Green Blue C M Y K H S L
Decimal 165 154 96 0 0.07 0.42 0.35 50.43 0.28 0.51
Hex A5 9A 60 0 7 2A 23 32 1C 33
Octal 245 232 140 0 7 52 43 62 34 63
Binary 10100101 10011010 1100000 0 111 101010 100011 110010 11100 110011

Color Harmonies of #A59A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59A60

Black with #A59A60

Text Example


Text Example

White with #A59A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59A60; }

 p { color: rgb(165,154,96); }

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

background-color css

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

 a { background-color: rgb(165,154,96); }

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

border-color css

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

 span { border-color: rgb(165,154,96); }

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