Html Css Color HEX #A29563 Gurkha

📋 copy color: '#A29563'

red 162 ◦ green 149 ◦ blue 99

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

Shades of Gurkha #A29563

Tints of Gurkha #A29563

RGB

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

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

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

R = 39.51%
G = 36.34%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A29563 (or 0xA29563) is known color: Gurkha. HEX triplet: A2, 95 and 63. RGB value is (162,149,99). Sum of RGB (Red+Green+Blue) = 162+149+99=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 99 (39.06% from 255 or 24.15% from 410); Max value from RGB is 162 - color contains mainly: red. Hex color #A29563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29563 is #5D6A9C. Grayscale: #939393. Windows color (decimal): -6122141 or 6526370. OLE color: 6526370.

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

Color convert

RGB 162 149 99 -
CMYK 0 0.08 0.39 0.36
HSL 47.62º 0.25% 0.51% -
HSV(B) 47.62º 0.39% 0.64% -
XYZ 27.9 30.08 16.14 -
YUV 147.19 100.81 138.57 -
System Red Green Blue C M Y K H S L
Decimal 162 149 99 0 0.08 0.39 0.36 47.62 0.25 0.51
Hex A2 95 63 0 8 27 24 30 19 33
Octal 242 225 143 0 10 47 44 60 31 63
Binary 10100010 10010101 1100011 0 1000 100111 100100 110000 11001 110011

Color Harmonies of #A29563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29563

Black with #A29563

Text Example


Text Example

White with #A29563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29563; }

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

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

background-color css

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

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

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

border-color css

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

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

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