Html Css Color HEX #A49A5E Gurkha

📋 copy color: '#A49A5E'

red 164 ◦ green 154 ◦ blue 94

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

Shades of Gurkha #A49A5E

Tints of Gurkha #A49A5E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.38%

 BLUE value IS 94 (37.11% from 255) = 22.82%

R = 39.81%
G = 37.38%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A49A5E (or 0xA49A5E) is known color: Gurkha. HEX triplet: A4, 9A and 5E. RGB value is (164,154,94). Sum of RGB (Red+Green+Blue) = 164+154+94=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49A5E is #5B65A1. Grayscale: #969696. Windows color (decimal): -5989794 or 6199972. OLE color: 6199972.

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

Color convert

RGB 164 154 94 -
CMYK 0 0.06 0.43 0.36
HSL 51.43º 0.28% 0.51% -
HSV(B) 51.43º 0.43% 0.64% -
XYZ 28.89 31.81 15.21 -
YUV 150.15 96.31 137.88 -
System Red Green Blue C M Y K H S L
Decimal 164 154 94 0 0.06 0.43 0.36 51.43 0.28 0.51
Hex A4 9A 5E 0 6 2B 24 33 1C 33
Octal 244 232 136 0 6 53 44 63 34 63
Binary 10100100 10011010 1011110 0 110 101011 100100 110011 11100 110011

Color Harmonies of #A49A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49A5E

Black with #A49A5E

Text Example


Text Example

White with #A49A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49A5E; }

 p { color: rgb(164,154,94); }

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

background-color css

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

 a { background-color: rgb(164,154,94); }

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

border-color css

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

 span { border-color: rgb(164,154,94); }

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