Html Css Color HEX #A0946E Gurkha

📋 copy color: '#A0946E'

red 160 ◦ green 148 ◦ blue 110

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

Shades of Gurkha #A0946E

Tints of Gurkha #A0946E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.32%

R = 38.28%
G = 35.41%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A0946E (or 0xA0946E) is known color: Gurkha. HEX triplet: A0, 94 and 6E. RGB value is (160,148,110). Sum of RGB (Red+Green+Blue) = 160+148+110=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 160 - color contains mainly: red. Hex color #A0946E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0946E is #5F6B91. Grayscale: #939393. Windows color (decimal): -6253458 or 7247008. OLE color: 7247008.

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

Color convert

RGB 160 148 110 -
CMYK 0 0.07 0.31 0.37
HSL 45.6º 0.21% 0.53% -
HSV(B) 45.6º 0.31% 0.63% -
XYZ 27.9 29.78 19.03 -
YUV 147.26 106.98 137.09 -
System Red Green Blue C M Y K H S L
Decimal 160 148 110 0 0.07 0.31 0.37 45.6 0.21 0.53
Hex A0 94 6E 0 7 1F 25 2E 15 35
Octal 240 224 156 0 7 37 45 56 25 65
Binary 10100000 10010100 1101110 0 111 11111 100101 101110 10101 110101

Color Harmonies of #A0946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0946E

Black with #A0946E

Text Example


Text Example

White with #A0946E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0946E; }

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

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

background-color css

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

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

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

border-color css

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

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

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