Html Css Color HEX #A2945D Gurkha

📋 copy color: '#A2945D'

red 162 ◦ green 148 ◦ blue 93

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

Shades of Gurkha #A2945D

Tints of Gurkha #A2945D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.08%

R = 40.2%
G = 36.72%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A2945D (or 0xA2945D) is known color: Gurkha. HEX triplet: A2, 94 and 5D. RGB value is (162,148,93). Sum of RGB (Red+Green+Blue) = 162+148+93=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 162 - color contains mainly: red. Hex color #A2945D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2945D is #5D6BA2. Grayscale: #929292. Windows color (decimal): -6122403 or 6132898. OLE color: 6132898.

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

Color convert

RGB 162 148 93 -
CMYK 0 0.09 0.43 0.36
HSL 47.83º 0.27% 0.5% -
HSV(B) 47.83º 0.43% 0.64% -
XYZ 27.47 29.65 14.63 -
YUV 145.92 98.14 139.47 -
System Red Green Blue C M Y K H S L
Decimal 162 148 93 0 0.09 0.43 0.36 47.83 0.27 0.5
Hex A2 94 5D 0 9 2B 24 30 1B 32
Octal 242 224 135 0 11 53 44 60 33 62
Binary 10100010 10010100 1011101 0 1001 101011 100100 110000 11011 110010

Color Harmonies of #A2945D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2945D

Black with #A2945D

Text Example


Text Example

White with #A2945D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2945D; }

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

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

background-color css

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

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

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

border-color css

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

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

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