Html Css Color HEX #A29763 Gurkha

📋 copy color: '#A29763'

red 162 ◦ green 151 ◦ blue 99

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

Shades of Gurkha #A29763

Tints of Gurkha #A29763

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.65%

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

R = 39.32%
G = 36.65%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A29763 (or 0xA29763) is known color: Gurkha. HEX triplet: A2, 97 and 63. RGB value is (162,151,99). Sum of RGB (Red+Green+Blue) = 162+151+99=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 99 (39.06% from 255 or 24.03% from 412); Max value from RGB is 162 - color contains mainly: red. Hex color #A29763 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29763 is #5D689C. Grayscale: #949494. Windows color (decimal): -6121629 or 6526882. OLE color: 6526882.

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

Color convert

RGB 162 151 99 -
CMYK 0 0.07 0.39 0.36
HSL 49.52º 0.25% 0.51% -
HSV(B) 49.52º 0.39% 0.64% -
XYZ 28.22 30.72 16.25 -
YUV 148.36 100.14 137.73 -
System Red Green Blue C M Y K H S L
Decimal 162 151 99 0 0.07 0.39 0.36 49.52 0.25 0.51
Hex A2 97 63 0 7 27 24 32 19 33
Octal 242 227 143 0 7 47 44 62 31 63
Binary 10100010 10010111 1100011 0 111 100111 100100 110010 11001 110011

Color Harmonies of #A29763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29763

Black with #A29763

Text Example


Text Example

White with #A29763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29763; }

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

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

background-color css

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

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

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

border-color css

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

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

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