Html Css Color HEX #A1956C Gurkha

📋 copy color: '#A1956C'

red 161 ◦ green 149 ◦ blue 108

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

Shades of Gurkha #A1956C

Tints of Gurkha #A1956C

RGB

 RED value IS 161 (63.28% from 255) = 38.52%

 GREEN value IS 149 (58.59% from 255) = 35.65%

 BLUE value IS 108 (42.58% from 255) = 25.84%

R = 38.52%
G = 35.65%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A1956C (or 0xA1956C) is known color: Gurkha. HEX triplet: A1, 95 and 6C. RGB value is (161,149,108). Sum of RGB (Red+Green+Blue) = 161+149+108=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 161 - color contains mainly: red. Hex color #A1956C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1956C is #5E6A93. Grayscale: #949494. Windows color (decimal): -6187668 or 7116193. OLE color: 7116193.

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

Color convert

RGB 161 149 108 -
CMYK 0 0.07 0.33 0.37
HSL 46.42º 0.22% 0.53% -
HSV(B) 46.42º 0.33% 0.63% -
XYZ 28.15 30.15 18.52 -
YUV 147.91 105.48 137.33 -
System Red Green Blue C M Y K H S L
Decimal 161 149 108 0 0.07 0.33 0.37 46.42 0.22 0.53
Hex A1 95 6C 0 7 21 25 2E 16 35
Octal 241 225 154 0 7 41 45 56 26 65
Binary 10100001 10010101 1101100 0 111 100001 100101 101110 10110 110101

Color Harmonies of #A1956C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1956C

Black with #A1956C

Text Example


Text Example

White with #A1956C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1956C; }

 p { color: rgb(161,149,108); }

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

background-color css

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

 a { background-color: rgb(161,149,108); }

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

border-color css

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

 span { border-color: rgb(161,149,108); }

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