Html Css Color HEX #A29A65 Gurkha

📋 copy color: '#A29A65'

red 162 ◦ green 154 ◦ blue 101

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

Shades of Gurkha #A29A65

Tints of Gurkha #A29A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.22%

R = 38.85%
G = 36.93%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A29A65 (or 0xA29A65) is known color: Gurkha. HEX triplet: A2, 9A and 65. RGB value is (162,154,101). Sum of RGB (Red+Green+Blue) = 162+154+101=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29A65 is #5D659A. Grayscale: #969696. Windows color (decimal): -6120859 or 6658722. OLE color: 6658722.

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

Color convert

RGB 162 154 101 -
CMYK 0 0.05 0.38 0.36
HSL 52.13º 0.25% 0.52% -
HSV(B) 52.13º 0.38% 0.64% -
XYZ 28.8 31.73 16.92 -
YUV 150.35 100.15 136.31 -
System Red Green Blue C M Y K H S L
Decimal 162 154 101 0 0.05 0.38 0.36 52.13 0.25 0.52
Hex A2 9A 65 0 5 26 24 34 19 34
Octal 242 232 145 0 5 46 44 64 31 64
Binary 10100010 10011010 1100101 0 101 100110 100100 110100 11001 110100

Color Harmonies of #A29A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29A65

Black with #A29A65

Text Example


Text Example

White with #A29A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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