Html Css Color HEX #A29366 Gurkha

📋 copy color: '#A29366'

red 162 ◦ green 147 ◦ blue 102

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

Shades of Gurkha #A29366

Tints of Gurkha #A29366

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.77%

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

R = 39.42%
G = 35.77%
B = 24.82%

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

#A29366 (or 0xA29366) is known color: Gurkha. HEX triplet: A2, 93 and 66. RGB value is (162,147,102). Sum of RGB (Red+Green+Blue) = 162+147+102=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A29366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29366 is #5D6C99. Grayscale: #929292. Windows color (decimal): -6122650 or 6722466. OLE color: 6722466.

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

Color convert

RGB 162 147 102 -
CMYK 0 0.09 0.37 0.36
HSL 45º 0.24% 0.52% -
HSV(B) 45º 0.37% 0.64% -
XYZ 27.73 29.51 16.8 -
YUV 146.36 102.97 139.16 -
System Red Green Blue C M Y K H S L
Decimal 162 147 102 0 0.09 0.37 0.36 45 0.24 0.52
Hex A2 93 66 0 9 25 24 2D 18 34
Octal 242 223 146 0 11 45 44 55 30 64
Binary 10100010 10010011 1100110 0 1001 100101 100100 101101 11000 110100

Color Harmonies of #A29366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29366

Black with #A29366

Text Example


Text Example

White with #A29366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29366; }

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

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

background-color css

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

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

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

border-color css

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

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

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