Html Css Color HEX #A1945B Gurkha

📋 copy color: '#A1945B'

red 161 ◦ green 148 ◦ blue 91

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

Shades of Gurkha #A1945B

Tints of Gurkha #A1945B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.75%

R = 40.25%
G = 37%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A1945B (or 0xA1945B) is known color: Gurkha. HEX triplet: A1, 94 and 5B. RGB value is (161,148,91). Sum of RGB (Red+Green+Blue) = 161+148+91=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 161 - color contains mainly: red. Hex color #A1945B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1945B is #5E6BA4. Grayscale: #919191. Windows color (decimal): -6187941 or 6001825. OLE color: 6001825.

HSL color Cylindrical-coordinate representation of color #A1945B: hue angle of 48.86º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1945B is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 148 91 -
CMYK 0 0.08 0.43 0.37
HSL 48.86º 0.28% 0.49% -
HSV(B) 48.86º 0.43% 0.63% -
XYZ 27.18 29.51 14.16 -
YUV 145.39 97.31 139.13 -
System Red Green Blue C M Y K H S L
Decimal 161 148 91 0 0.08 0.43 0.37 48.86 0.28 0.49
Hex A1 94 5B 0 8 2B 25 31 1C 31
Octal 241 224 133 0 10 53 45 61 34 61
Binary 10100001 10010100 1011011 0 1000 101011 100101 110001 11100 110001

Color Harmonies of #A1945B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1945B

Black with #A1945B

Text Example


Text Example

White with #A1945B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1945B; }

 p { color: rgb(161,148,91); }

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

background-color css

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

 a { background-color: rgb(161,148,91); }

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

border-color css

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

 span { border-color: rgb(161,148,91); }

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