Html Css Color HEX #A49463 Gurkha

📋 copy color: '#A49463'

red 164 ◦ green 148 ◦ blue 99

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

Shades of Gurkha #A49463

Tints of Gurkha #A49463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.09%

R = 39.9%
G = 36.01%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A49463 (or 0xA49463) is known color: Gurkha. HEX triplet: A4, 94 and 63. RGB value is (164,148,99). Sum of RGB (Red+Green+Blue) = 164+148+99=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 99 (39.06% from 255 or 24.09% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A49463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49463 is #5B6B9C. Grayscale: #939393. Windows color (decimal): -5991325 or 6526116. OLE color: 6526116.

HSL color Cylindrical-coordinate representation of color #A49463: hue angle of 45.23º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A49463 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 148 99 -
CMYK 0 0.10 0.40 0.36
HSL 45.23º 0.26% 0.52% -
HSV(B) 45.23º 0.4% 0.64% -
XYZ 28.15 29.97 16.11 -
YUV 147.2 100.8 139.98 -
System Red Green Blue C M Y K H S L
Decimal 164 148 99 0 0.10 0.40 0.36 45.23 0.26 0.52
Hex A4 94 63 0 A 28 24 2D 1A 34
Octal 244 224 143 0 12 50 44 55 32 64
Binary 10100100 10010100 1100011 0 1010 101000 100100 101101 11010 110100

Color Harmonies of #A49463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49463

Black with #A49463

Text Example


Text Example

White with #A49463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49463; }

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

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

background-color css

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

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

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

border-color css

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

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

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