Html Css Color HEX #A29A66 Gurkha

📋 copy color: '#A29A66'

red 162 ◦ green 154 ◦ blue 102

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

Shades of Gurkha #A29A66

Tints of Gurkha #A29A66

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.84%

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

R = 38.76%
G = 36.84%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A29A66 (or 0xA29A66) is known color: Gurkha. HEX triplet: A2, 9A and 66. RGB value is (162,154,102). Sum of RGB (Red+Green+Blue) = 162+154+102=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29A66 is #5D6599. Grayscale: #969696. Windows color (decimal): -6120858 or 6724258. OLE color: 6724258.

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

Color convert

RGB 162 154 102 -
CMYK 0 0.05 0.37 0.36
HSL 52º 0.24% 0.52% -
HSV(B) 52º 0.37% 0.64% -
XYZ 28.85 31.75 17.18 -
YUV 150.46 100.65 136.23 -
System Red Green Blue C M Y K H S L
Decimal 162 154 102 0 0.05 0.37 0.36 52 0.24 0.52
Hex A2 9A 66 0 5 25 24 34 18 34
Octal 242 232 146 0 5 45 44 64 30 64
Binary 10100010 10011010 1100110 0 101 100101 100100 110100 11000 110100

Color Harmonies of #A29A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29A66

Black with #A29A66

Text Example


Text Example

White with #A29A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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