Html Css Color HEX #A2945E Gurkha

📋 copy color: '#A2945E'

red 162 ◦ green 148 ◦ blue 94

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

Shades of Gurkha #A2945E

Tints of Gurkha #A2945E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.63%

 BLUE value IS 94 (37.11% from 255) = 23.27%

R = 40.1%
G = 36.63%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A2945E (or 0xA2945E) is known color: Gurkha. HEX triplet: A2, 94 and 5E. RGB value is (162,148,94). Sum of RGB (Red+Green+Blue) = 162+148+94=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 162 - color contains mainly: red. Hex color #A2945E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2945E is #5D6BA1. Grayscale: #929292. Windows color (decimal): -6122402 or 6198434. OLE color: 6198434.

HSL color Cylindrical-coordinate representation of color #A2945E: hue angle of 47.65º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2945E is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 148 94 -
CMYK 0 0.09 0.42 0.36
HSL 47.65º 0.27% 0.5% -
HSV(B) 47.65º 0.42% 0.64% -
XYZ 27.51 29.67 14.87 -
YUV 146.03 98.64 139.39 -
System Red Green Blue C M Y K H S L
Decimal 162 148 94 0 0.09 0.42 0.36 47.65 0.27 0.5
Hex A2 94 5E 0 9 2A 24 30 1B 32
Octal 242 224 136 0 11 52 44 60 33 62
Binary 10100010 10010100 1011110 0 1001 101010 100100 110000 11011 110010

Color Harmonies of #A2945E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2945E

Black with #A2945E

Text Example


Text Example

White with #A2945E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2945E; }

 p { color: rgb(162,148,94); }

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

background-color css

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

 a { background-color: rgb(162,148,94); }

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

border-color css

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

 span { border-color: rgb(162,148,94); }

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