Html Css Color HEX #A29661 Gurkha

📋 copy color: '#A29661'

red 162 ◦ green 150 ◦ blue 97

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

Shades of Gurkha #A29661

Tints of Gurkha #A29661

RGB

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

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

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

R = 39.61%
G = 36.67%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A29661 (or 0xA29661) is known color: Gurkha. HEX triplet: A2, 96 and 61. RGB value is (162,150,97). Sum of RGB (Red+Green+Blue) = 162+150+97=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 97 (38.28% from 255 or 23.72% from 409); Max value from RGB is 162 - color contains mainly: red. Hex color #A29661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29661 is #5D699E. Grayscale: #939393. Windows color (decimal): -6121887 or 6395554. OLE color: 6395554.

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

Color convert

RGB 162 150 97 -
CMYK 0 0.07 0.40 0.36
HSL 48.92º 0.26% 0.51% -
HSV(B) 48.92º 0.4% 0.64% -
XYZ 27.96 30.36 15.69 -
YUV 147.55 99.48 138.31 -
System Red Green Blue C M Y K H S L
Decimal 162 150 97 0 0.07 0.40 0.36 48.92 0.26 0.51
Hex A2 96 61 0 7 28 24 31 1A 33
Octal 242 226 141 0 7 50 44 61 32 63
Binary 10100010 10010110 1100001 0 111 101000 100100 110001 11010 110011

Color Harmonies of #A29661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29661

Black with #A29661

Text Example


Text Example

White with #A29661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29661; }

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

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

background-color css

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

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

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

border-color css

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

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

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