Html Css Color HEX #A29561 Gurkha

📋 copy color: '#A29561'

red 162 ◦ green 149 ◦ blue 97

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

Shades of Gurkha #A29561

Tints of Gurkha #A29561

RGB

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

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

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

R = 39.71%
G = 36.52%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A29561 (or 0xA29561) is known color: Gurkha. HEX triplet: A2, 95 and 61. RGB value is (162,149,97). Sum of RGB (Red+Green+Blue) = 162+149+97=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 97 (38.28% from 255 or 23.77% from 408); Max value from RGB is 162 - color contains mainly: red. Hex color #A29561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29561 is #5D6A9E. Grayscale: #939393. Windows color (decimal): -6122143 or 6395298. OLE color: 6395298.

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

Color convert

RGB 162 149 97 -
CMYK 0 0.08 0.40 0.36
HSL 48º 0.26% 0.51% -
HSV(B) 48º 0.4% 0.64% -
XYZ 27.81 30.04 15.64 -
YUV 146.96 99.81 138.73 -
System Red Green Blue C M Y K H S L
Decimal 162 149 97 0 0.08 0.40 0.36 48 0.26 0.51
Hex A2 95 61 0 8 28 24 30 1A 33
Octal 242 225 141 0 10 50 44 60 32 63
Binary 10100010 10010101 1100001 0 1000 101000 100100 110000 11010 110011

Color Harmonies of #A29561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29561

Black with #A29561

Text Example


Text Example

White with #A29561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29561; }

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

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

background-color css

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

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

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

border-color css

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

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

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