Html Css Color HEX #A49560 Gurkha

📋 copy color: '#A49560'

red 164 ◦ green 149 ◦ blue 96

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

Shades of Gurkha #A49560

Tints of Gurkha #A49560

RGB

 RED value IS 164 (64.45% from 255) = 40.1%

 GREEN value IS 149 (58.59% from 255) = 36.43%

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

R = 40.1%
G = 36.43%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A49560 (or 0xA49560) is known color: Gurkha. HEX triplet: A4, 95 and 60. RGB value is (164,149,96). Sum of RGB (Red+Green+Blue) = 164+149+96=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A49560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49560 is #5B6A9F. Grayscale: #939393. Windows color (decimal): -5991072 or 6329764. OLE color: 6329764.

HSL color Cylindrical-coordinate representation of color #A49560: hue angle of 46.76º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A49560 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 149 96 -
CMYK 0 0.09 0.41 0.36
HSL 46.76º 0.27% 0.51% -
HSV(B) 46.76º 0.41% 0.64% -
XYZ 28.17 30.23 15.42 -
YUV 147.44 98.97 139.81 -
System Red Green Blue C M Y K H S L
Decimal 164 149 96 0 0.09 0.41 0.36 46.76 0.27 0.51
Hex A4 95 60 0 9 29 24 2F 1B 33
Octal 244 225 140 0 11 51 44 57 33 63
Binary 10100100 10010101 1100000 0 1001 101001 100100 101111 11011 110011

Color Harmonies of #A49560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49560

Black with #A49560

Text Example


Text Example

White with #A49560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49560; }

 p { color: rgb(164,149,96); }

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

background-color css

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

 a { background-color: rgb(164,149,96); }

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

border-color css

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

 span { border-color: rgb(164,149,96); }

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