Html Css Color HEX #A29360 Gurkha

📋 copy color: '#A29360'

red 162 ◦ green 147 ◦ blue 96

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

Shades of Gurkha #A29360

Tints of Gurkha #A29360

RGB

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

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

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

R = 40%
G = 36.3%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A29360 (or 0xA29360) is known color: Gurkha. HEX triplet: A2, 93 and 60. RGB value is (162,147,96). Sum of RGB (Red+Green+Blue) = 162+147+96=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 162 - color contains mainly: red. Hex color #A29360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29360 is #5D6C9F. Grayscale: #919191. Windows color (decimal): -6122656 or 6329250. OLE color: 6329250.

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

Color convert

RGB 162 147 96 -
CMYK 0 0.09 0.41 0.36
HSL 46.36º 0.26% 0.51% -
HSV(B) 46.36º 0.41% 0.64% -
XYZ 27.45 29.39 15.29 -
YUV 145.67 99.97 139.65 -
System Red Green Blue C M Y K H S L
Decimal 162 147 96 0 0.09 0.41 0.36 46.36 0.26 0.51
Hex A2 93 60 0 9 29 24 2E 1A 33
Octal 242 223 140 0 11 51 44 56 32 63
Binary 10100010 10010011 1100000 0 1001 101001 100100 101110 11010 110011

Color Harmonies of #A29360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29360

Black with #A29360

Text Example


Text Example

White with #A29360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29360; }

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

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

background-color css

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

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

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

border-color css

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

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

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