#A29569

Color #A29569 Gurkha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gurkha #A29569

Tints of Gurkha #A29569

Color information

#A29569 (or 0xA29569) is unknown color: approx Gurkha. HEX triplet: A2, 95 and 69. RGB value is (162,149,105). Sum of RGB (Red+Green+Blue) = 162+149+105=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 162 - color contains mainly: red. Hex color #A29569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29569 is #5D6A96. Grayscale: #949494. Windows color (decimal): -6122135 or 6919586. OLE color: 6919586.

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

Color convert

RGB162149105-
CMYK00.080.350.36
HSL46.32º23.46%52.35%-
HSV(B)46.32º35.19%63.53%-
XYZ28.230.217.71-
YUV147.87103.81138.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.94%
GREEN value IS 149 (58.59% from 255) = 35.82%
BLUE value IS 105 (41.41% from 255) = 25.24%
R=38.94%
G=35.82%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214910500.080.350.3646.3223.4652.35
HexA295690823242e1734
Octal2422251510104344562764
Binary101000101001010111010010100010001110010010111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29569; }

 p { color: rgb(162,149,105); }

 H1.HeaderClassName
 {
   color: #A29569;
 }
 .AnyTagClassName
 {
   color: #A29569;
 }
</style>
background-color css

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

 a { background-color: rgb(162,149,105); }

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

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

 span { border-color: rgb(162,149,105); }

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