Html Css Color HEX #A49561 Gurkha

📋 copy color: '#A49561'

red 164 ◦ green 149 ◦ blue 97

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

Shades of Gurkha #A49561

Tints of Gurkha #A49561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.66%

R = 40%
G = 36.34%
B = 23.66%

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

#A49561 (or 0xA49561) is known color: Gurkha. HEX triplet: A4, 95 and 61. RGB value is (164,149,97). Sum of RGB (Red+Green+Blue) = 164+149+97=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 97 (38.28% from 255 or 23.66% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A49561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49561 is #5B6A9E. Grayscale: #939393. Windows color (decimal): -5991071 or 6395300. OLE color: 6395300.

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

Color convert

RGB 164 149 97 -
CMYK 0 0.09 0.41 0.36
HSL 46.57º 0.27% 0.51% -
HSV(B) 46.57º 0.41% 0.64% -
XYZ 28.21 30.25 15.66 -
YUV 147.56 99.47 139.73 -
System Red Green Blue C M Y K H S L
Decimal 164 149 97 0 0.09 0.41 0.36 46.57 0.27 0.51
Hex A4 95 61 0 9 29 24 2F 1B 33
Octal 244 225 141 0 11 51 44 57 33 63
Binary 10100100 10010101 1100001 0 1001 101001 100100 101111 11011 110011

Color Harmonies of #A49561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49561

Black with #A49561

Text Example


Text Example

White with #A49561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49561; }

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

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

background-color css

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

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

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

border-color css

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

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

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