Html Css Color HEX #A29963 Gurkha

📋 copy color: '#A29963'

red 162 ◦ green 153 ◦ blue 99

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

Shades of Gurkha #A29963

Tints of Gurkha #A29963

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.96%

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

R = 39.13%
G = 36.96%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A29963 (or 0xA29963) is known color: Gurkha. HEX triplet: A2, 99 and 63. RGB value is (162,153,99). Sum of RGB (Red+Green+Blue) = 162+153+99=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 99 (39.06% from 255 or 23.91% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A29963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29963 is #5D669C. Grayscale: #959595. Windows color (decimal): -6121117 or 6527394. OLE color: 6527394.

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

Color convert

RGB 162 153 99 -
CMYK 0 0.06 0.39 0.36
HSL 51.43º 0.25% 0.51% -
HSV(B) 51.43º 0.39% 0.64% -
XYZ 28.54 31.36 16.35 -
YUV 149.54 99.48 136.89 -
System Red Green Blue C M Y K H S L
Decimal 162 153 99 0 0.06 0.39 0.36 51.43 0.25 0.51
Hex A2 99 63 0 6 27 24 33 19 33
Octal 242 231 143 0 6 47 44 63 31 63
Binary 10100010 10011001 1100011 0 110 100111 100100 110011 11001 110011

Color Harmonies of #A29963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29963

Black with #A29963

Text Example


Text Example

White with #A29963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29963; }

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

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

background-color css

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

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

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

border-color css

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

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

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