Html Css Color HEX #A4965E Gurkha

📋 copy color: '#A4965E'

red 164 ◦ green 150 ◦ blue 94

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

Shades of Gurkha #A4965E

Tints of Gurkha #A4965E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.76%

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

R = 40.2%
G = 36.76%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4965E (or 0xA4965E) is known color: Gurkha. HEX triplet: A4, 96 and 5E. RGB value is (164,150,94). Sum of RGB (Red+Green+Blue) = 164+150+94=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A4965E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4965E is #5B69A1. Grayscale: #949494. Windows color (decimal): -5990818 or 6198948. OLE color: 6198948.

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

Color convert

RGB 164 150 94 -
CMYK 0 0.09 0.43 0.36
HSL 48º 0.28% 0.51% -
HSV(B) 48º 0.43% 0.64% -
XYZ 28.24 30.51 14.99 -
YUV 147.8 97.64 139.55 -
System Red Green Blue C M Y K H S L
Decimal 164 150 94 0 0.09 0.43 0.36 48 0.28 0.51
Hex A4 96 5E 0 9 2B 24 30 1C 33
Octal 244 226 136 0 11 53 44 60 34 63
Binary 10100100 10010110 1011110 0 1001 101011 100100 110000 11100 110011

Color Harmonies of #A4965E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4965E

Black with #A4965E

Text Example


Text Example

White with #A4965E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4965E; }

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

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

background-color css

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

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

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

border-color css

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

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

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