Html Css Color HEX #A29264 Gurkha

📋 copy color: '#A29264'

red 162 ◦ green 146 ◦ blue 100

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

Shades of Gurkha #A29264

Tints of Gurkha #A29264

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.78%

 BLUE value IS 100 (39.45% from 255) = 24.51%

R = 39.71%
G = 35.78%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A29264 (or 0xA29264) is known color: Gurkha. HEX triplet: A2, 92 and 64. RGB value is (162,146,100). Sum of RGB (Red+Green+Blue) = 162+146+100=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 100 (39.45% from 255 or 24.51% from 408); Max value from RGB is 162 - color contains mainly: red. Hex color #A29264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29264 is #5D6D9B. Grayscale: #919191. Windows color (decimal): -6122908 or 6591138. OLE color: 6591138.

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

Color convert

RGB 162 146 100 -
CMYK 0 0.10 0.38 0.36
HSL 44.52º 0.25% 0.51% -
HSV(B) 44.52º 0.38% 0.64% -
XYZ 27.48 29.16 16.24 -
YUV 145.54 102.3 139.74 -
System Red Green Blue C M Y K H S L
Decimal 162 146 100 0 0.10 0.38 0.36 44.52 0.25 0.51
Hex A2 92 64 0 A 26 24 2D 19 33
Octal 242 222 144 0 12 46 44 55 31 63
Binary 10100010 10010010 1100100 0 1010 100110 100100 101101 11001 110011

Color Harmonies of #A29264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29264

Black with #A29264

Text Example


Text Example

White with #A29264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29264; }

 p { color: rgb(162,146,100); }

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

background-color css

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

 a { background-color: rgb(162,146,100); }

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

border-color css

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

 span { border-color: rgb(162,146,100); }

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