Html Css Color HEX #A29560 Gurkha

📋 copy color: '#A29560'

red 162 ◦ green 149 ◦ blue 96

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

Shades of Gurkha #A29560

Tints of Gurkha #A29560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.59%

R = 39.8%
G = 36.61%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A29560 (or 0xA29560) is known color: Gurkha. HEX triplet: A2, 95 and 60. RGB value is (162,149,96). Sum of RGB (Red+Green+Blue) = 162+149+96=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 162 - color contains mainly: red. Hex color #A29560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29560 is #5D6A9F. Grayscale: #939393. Windows color (decimal): -6122144 or 6329762. OLE color: 6329762.

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

Color convert

RGB 162 149 96 -
CMYK 0 0.08 0.41 0.36
HSL 48.18º 0.26% 0.51% -
HSV(B) 48.18º 0.41% 0.64% -
XYZ 27.76 30.02 15.4 -
YUV 146.85 99.31 138.81 -
System Red Green Blue C M Y K H S L
Decimal 162 149 96 0 0.08 0.41 0.36 48.18 0.26 0.51
Hex A2 95 60 0 8 29 24 30 1A 33
Octal 242 225 140 0 10 51 44 60 32 63
Binary 10100010 10010101 1100000 0 1000 101001 100100 110000 11010 110011

Color Harmonies of #A29560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29560

Black with #A29560

Text Example


Text Example

White with #A29560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29560; }

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

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

background-color css

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

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

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

border-color css

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

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

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