Html Css Color HEX #A29161 Gurkha

📋 copy color: '#A29161'

red 162 ◦ green 145 ◦ blue 97

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

Shades of Gurkha #A29161

Tints of Gurkha #A29161

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.89%

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

R = 40.1%
G = 35.89%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A29161 (or 0xA29161) is known color: Gurkha. HEX triplet: A2, 91 and 61. RGB value is (162,145,97). Sum of RGB (Red+Green+Blue) = 162+145+97=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 162 - color contains mainly: red. Hex color #A29161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29161 is #5D6E9E. Grayscale: #909090. Windows color (decimal): -6123167 or 6394274. OLE color: 6394274.

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

Color convert

RGB 162 145 97 -
CMYK 0 0.10 0.40 0.36
HSL 44.31º 0.26% 0.51% -
HSV(B) 44.31º 0.4% 0.64% -
XYZ 27.18 28.8 15.43 -
YUV 144.61 101.13 140.4 -
System Red Green Blue C M Y K H S L
Decimal 162 145 97 0 0.10 0.40 0.36 44.31 0.26 0.51
Hex A2 91 61 0 A 28 24 2C 1A 33
Octal 242 221 141 0 12 50 44 54 32 63
Binary 10100010 10010001 1100001 0 1010 101000 100100 101100 11010 110011

Color Harmonies of #A29161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29161

Black with #A29161

Text Example


Text Example

White with #A29161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29161; }

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

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

background-color css

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

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

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

border-color css

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

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

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