Html Css Color HEX #A49660 Gurkha

📋 copy color: '#A49660'

red 164 ◦ green 150 ◦ blue 96

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

Shades of Gurkha #A49660

Tints of Gurkha #A49660

RGB

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

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

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

R = 40%
G = 36.59%
B = 23.41%

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

#A49660 (or 0xA49660) is known color: Gurkha. HEX triplet: A4, 96 and 60. RGB value is (164,150,96). Sum of RGB (Red+Green+Blue) = 164+150+96=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A49660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49660 is #5B699F. Grayscale: #949494. Windows color (decimal): -5990816 or 6330020. OLE color: 6330020.

HSL color Cylindrical-coordinate representation of color #A49660: hue angle of 47.65º 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 #A49660 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 150 96 -
CMYK 0 0.09 0.41 0.36
HSL 47.65º 0.27% 0.51% -
HSV(B) 47.65º 0.41% 0.64% -
XYZ 28.33 30.55 15.47 -
YUV 148.03 98.64 139.39 -
System Red Green Blue C M Y K H S L
Decimal 164 150 96 0 0.09 0.41 0.36 47.65 0.27 0.51
Hex A4 96 60 0 9 29 24 30 1B 33
Octal 244 226 140 0 11 51 44 60 33 63
Binary 10100100 10010110 1100000 0 1001 101001 100100 110000 11011 110011

Color Harmonies of #A49660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49660

Black with #A49660

Text Example


Text Example

White with #A49660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49660; }

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

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

background-color css

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

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

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

border-color css

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

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

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