Html Css Color HEX #A4955F Gurkha

📋 copy color: '#A4955F'

red 164 ◦ green 149 ◦ blue 95

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

Shades of Gurkha #A4955F

Tints of Gurkha #A4955F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.28%

R = 40.2%
G = 36.52%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A4955F (or 0xA4955F) is known color: Gurkha. HEX triplet: A4, 95 and 5F. RGB value is (164,149,95). Sum of RGB (Red+Green+Blue) = 164+149+95=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A4955F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4955F is #5B6AA0. Grayscale: #939393. Windows color (decimal): -5991073 or 6264228. OLE color: 6264228.

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

Color convert

RGB 164 149 95 -
CMYK 0 0.09 0.42 0.36
HSL 46.96º 0.27% 0.51% -
HSV(B) 46.96º 0.42% 0.64% -
XYZ 28.12 30.21 15.18 -
YUV 147.33 98.47 139.89 -
System Red Green Blue C M Y K H S L
Decimal 164 149 95 0 0.09 0.42 0.36 46.96 0.27 0.51
Hex A4 95 5F 0 9 2A 24 2F 1B 33
Octal 244 225 137 0 11 52 44 57 33 63
Binary 10100100 10010101 1011111 0 1001 101010 100100 101111 11011 110011

Color Harmonies of #A4955F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4955F

Black with #A4955F

Text Example


Text Example

White with #A4955F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4955F; }

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

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

background-color css

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

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

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

border-color css

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

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

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