Html Css Color HEX #A29466 Gurkha

📋 copy color: '#A29466'

red 162 ◦ green 148 ◦ blue 102

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

Shades of Gurkha #A29466

Tints of Gurkha #A29466

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.92%

 BLUE value IS 102 (40.23% from 255) = 24.76%

R = 39.32%
G = 35.92%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A29466 (or 0xA29466) is known color: Gurkha. HEX triplet: A2, 94 and 66. RGB value is (162,148,102). Sum of RGB (Red+Green+Blue) = 162+148+102=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 162 - color contains mainly: red. Hex color #A29466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29466 is #5D6B99. Grayscale: #939393. Windows color (decimal): -6122394 or 6722722. OLE color: 6722722.

HSL color Cylindrical-coordinate representation of color #A29466: hue angle of 46º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A29466 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 148 102 -
CMYK 0 0.09 0.37 0.36
HSL 46º 0.24% 0.52% -
HSV(B) 46º 0.37% 0.64% -
XYZ 27.89 29.82 16.86 -
YUV 146.94 102.64 138.74 -
System Red Green Blue C M Y K H S L
Decimal 162 148 102 0 0.09 0.37 0.36 46 0.24 0.52
Hex A2 94 66 0 9 25 24 2E 18 34
Octal 242 224 146 0 11 45 44 56 30 64
Binary 10100010 10010100 1100110 0 1001 100101 100100 101110 11000 110100

Color Harmonies of #A29466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29466

Black with #A29466

Text Example


Text Example

White with #A29466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29466; }

 p { color: rgb(162,148,102); }

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

background-color css

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

 a { background-color: rgb(162,148,102); }

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

border-color css

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

 span { border-color: rgb(162,148,102); }

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