Html Css Color HEX #A4995E Gurkha

📋 copy color: '#A4995E'

red 164 ◦ green 153 ◦ blue 94

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

Shades of Gurkha #A4995E

Tints of Gurkha #A4995E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.23%

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

R = 39.9%
G = 37.23%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4995E (or 0xA4995E) is known color: Gurkha. HEX triplet: A4, 99 and 5E. RGB value is (164,153,94). Sum of RGB (Red+Green+Blue) = 164+153+94=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A4995E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4995E is #5B66A1. Grayscale: #959595. Windows color (decimal): -5990050 or 6199716. OLE color: 6199716.

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

Color convert

RGB 164 153 94 -
CMYK 0 0.07 0.43 0.36
HSL 50.57º 0.28% 0.51% -
HSV(B) 50.57º 0.43% 0.64% -
XYZ 28.72 31.48 15.15 -
YUV 149.56 96.64 138.3 -
System Red Green Blue C M Y K H S L
Decimal 164 153 94 0 0.07 0.43 0.36 50.57 0.28 0.51
Hex A4 99 5E 0 7 2B 24 33 1C 33
Octal 244 231 136 0 7 53 44 63 34 63
Binary 10100100 10011001 1011110 0 111 101011 100100 110011 11100 110011

Color Harmonies of #A4995E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4995E

Black with #A4995E

Text Example


Text Example

White with #A4995E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4995E; }

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

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

background-color css

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

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

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

border-color css

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

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

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