Html Css Color HEX #A49461 Gurkha

📋 copy color: '#A49461'

red 164 ◦ green 148 ◦ blue 97

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

Shades of Gurkha #A49461

Tints of Gurkha #A49461

RGB

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

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

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

R = 40.1%
G = 36.19%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A49461 (or 0xA49461) is known color: Gurkha. HEX triplet: A4, 94 and 61. RGB value is (164,148,97). Sum of RGB (Red+Green+Blue) = 164+148+97=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 97 (38.28% from 255 or 23.72% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A49461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49461 is #5B6B9E. Grayscale: #939393. Windows color (decimal): -5991327 or 6395044. OLE color: 6395044.

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

Color convert

RGB 164 148 97 -
CMYK 0 0.10 0.41 0.36
HSL 45.67º 0.27% 0.51% -
HSV(B) 45.67º 0.41% 0.64% -
XYZ 28.06 29.94 15.61 -
YUV 146.97 99.8 140.15 -
System Red Green Blue C M Y K H S L
Decimal 164 148 97 0 0.10 0.41 0.36 45.67 0.27 0.51
Hex A4 94 61 0 A 29 24 2E 1B 33
Octal 244 224 141 0 12 51 44 56 33 63
Binary 10100100 10010100 1100001 0 1010 101001 100100 101110 11011 110011

Color Harmonies of #A49461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49461

Black with #A49461

Text Example


Text Example

White with #A49461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49461; }

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

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

background-color css

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

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

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

border-color css

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

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

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