Html Css Color HEX #A29263 Gurkha

📋 copy color: '#A29263'

red 162 ◦ green 146 ◦ blue 99

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

Shades of Gurkha #A29263

Tints of Gurkha #A29263

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.87%

 BLUE value IS 99 (39.06% from 255) = 24.32%

R = 39.8%
G = 35.87%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A29263 (or 0xA29263) is known color: Gurkha. HEX triplet: A2, 92 and 63. RGB value is (162,146,99). Sum of RGB (Red+Green+Blue) = 162+146+99=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 99 (39.06% from 255 or 24.32% from 407); Max value from RGB is 162 - color contains mainly: red. Hex color #A29263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29263 is #5D6D9C. Grayscale: #919191. Windows color (decimal): -6122909 or 6525602. OLE color: 6525602.

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

Color convert

RGB 162 146 99 -
CMYK 0 0.10 0.39 0.36
HSL 44.76º 0.25% 0.51% -
HSV(B) 44.76º 0.39% 0.64% -
XYZ 27.43 29.14 15.98 -
YUV 145.43 101.8 139.82 -
System Red Green Blue C M Y K H S L
Decimal 162 146 99 0 0.10 0.39 0.36 44.76 0.25 0.51
Hex A2 92 63 0 A 27 24 2D 19 33
Octal 242 222 143 0 12 47 44 55 31 63
Binary 10100010 10010010 1100011 0 1010 100111 100100 101101 11001 110011

Color Harmonies of #A29263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29263

Black with #A29263

Text Example


Text Example

White with #A29263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29263; }

 p { color: rgb(162,146,99); }

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

background-color css

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

 a { background-color: rgb(162,146,99); }

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

border-color css

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

 span { border-color: rgb(162,146,99); }

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