Html Css Color HEX #A29966 Gurkha

📋 copy color: '#A29966'

red 162 ◦ green 153 ◦ blue 102

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

Shades of Gurkha #A29966

Tints of Gurkha #A29966

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.69%

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

R = 38.85%
G = 36.69%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A29966 (or 0xA29966) is known color: Gurkha. HEX triplet: A2, 99 and 66. RGB value is (162,153,102). Sum of RGB (Red+Green+Blue) = 162+153+102=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 162 - color contains mainly: red. Hex color #A29966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29966 is #5D6699. Grayscale: #969696. Windows color (decimal): -6121114 or 6724002. OLE color: 6724002.

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

Color convert

RGB 162 153 102 -
CMYK 0 0.06 0.37 0.36
HSL 51º 0.24% 0.52% -
HSV(B) 51º 0.37% 0.64% -
XYZ 28.69 31.42 17.12 -
YUV 149.88 100.98 136.65 -
System Red Green Blue C M Y K H S L
Decimal 162 153 102 0 0.06 0.37 0.36 51 0.24 0.52
Hex A2 99 66 0 6 25 24 33 18 34
Octal 242 231 146 0 6 45 44 63 30 64
Binary 10100010 10011001 1100110 0 110 100101 100100 110011 11000 110100

Color Harmonies of #A29966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29966

Black with #A29966

Text Example


Text Example

White with #A29966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29966; }

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

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

background-color css

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

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

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

border-color css

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

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

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