Html Css Color HEX #A0945D Gurkha

📋 copy color: '#A0945D'

red 160 ◦ green 148 ◦ blue 93

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

Shades of Gurkha #A0945D

Tints of Gurkha #A0945D

RGB

 RED value IS 160 (62.89% from 255) = 39.9%

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

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

R = 39.9%
G = 36.91%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A0945D (or 0xA0945D) is known color: Gurkha. HEX triplet: A0, 94 and 5D. RGB value is (160,148,93). Sum of RGB (Red+Green+Blue) = 160+148+93=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 160 - color contains mainly: red. Hex color #A0945D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0945D is #5F6BA2. Grayscale: #919191. Windows color (decimal): -6253475 or 6132896. OLE color: 6132896.

HSL color Cylindrical-coordinate representation of color #A0945D: hue angle of 49.25º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0945D is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 148 93 -
CMYK 0 0.07 0.42 0.37
HSL 49.25º 0.26% 0.5% -
HSV(B) 49.25º 0.42% 0.63% -
XYZ 27.06 29.44 14.61 -
YUV 145.32 98.48 138.47 -
System Red Green Blue C M Y K H S L
Decimal 160 148 93 0 0.07 0.42 0.37 49.25 0.26 0.5
Hex A0 94 5D 0 7 2A 25 31 1A 32
Octal 240 224 135 0 7 52 45 61 32 62
Binary 10100000 10010100 1011101 0 111 101010 100101 110001 11010 110010

Color Harmonies of #A0945D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0945D

Black with #A0945D

Text Example


Text Example

White with #A0945D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0945D; }

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

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

background-color css

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

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

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

border-color css

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

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

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