Html Css Color HEX #A29361 Gurkha

📋 copy color: '#A29361'

red 162 ◦ green 147 ◦ blue 97

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

Shades of Gurkha #A29361

Tints of Gurkha #A29361

RGB

 RED value IS 162 (63.67% from 255) = 39.9%

 GREEN value IS 147 (57.81% from 255) = 36.21%

 BLUE value IS 97 (38.28% from 255) = 23.89%

R = 39.9%
G = 36.21%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A29361 (or 0xA29361) is known color: Gurkha. HEX triplet: A2, 93 and 61. RGB value is (162,147,97). Sum of RGB (Red+Green+Blue) = 162+147+97=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 162 - color contains mainly: red. Hex color #A29361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29361 is #5D6C9E. Grayscale: #919191. Windows color (decimal): -6122655 or 6394786. OLE color: 6394786.

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

Color convert

RGB 162 147 97 -
CMYK 0 0.09 0.40 0.36
HSL 46.15º 0.26% 0.51% -
HSV(B) 46.15º 0.4% 0.64% -
XYZ 27.49 29.41 15.54 -
YUV 145.79 100.47 139.57 -
System Red Green Blue C M Y K H S L
Decimal 162 147 97 0 0.09 0.40 0.36 46.15 0.26 0.51
Hex A2 93 61 0 9 28 24 2E 1A 33
Octal 242 223 141 0 11 50 44 56 32 63
Binary 10100010 10010011 1100001 0 1001 101000 100100 101110 11010 110011

Color Harmonies of #A29361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29361

Black with #A29361

Text Example


Text Example

White with #A29361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29361; }

 p { color: rgb(162,147,97); }

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

background-color css

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

 a { background-color: rgb(162,147,97); }

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

border-color css

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

 span { border-color: rgb(162,147,97); }

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