Html Css Color HEX #A1925E Gurkha

📋 copy color: '#A1925E'

red 161 ◦ green 146 ◦ blue 94

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

Shades of Gurkha #A1925E

Tints of Gurkha #A1925E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.41%

 BLUE value IS 94 (37.11% from 255) = 23.44%

R = 40.15%
G = 36.41%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A1925E (or 0xA1925E) is known color: Gurkha. HEX triplet: A1, 92 and 5E. RGB value is (161,146,94). Sum of RGB (Red+Green+Blue) = 161+146+94=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 161 - color contains mainly: red. Hex color #A1925E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1925E is #5E6DA1. Grayscale: #909090. Windows color (decimal): -6188450 or 6197921. OLE color: 6197921.

HSL color Cylindrical-coordinate representation of color #A1925E: hue angle of 46.57º 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 #A1925E is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 146 94 -
CMYK 0 0.09 0.42 0.37
HSL 46.57º 0.26% 0.5% -
HSV(B) 46.57º 0.42% 0.63% -
XYZ 27 28.94 14.75 -
YUV 144.56 99.47 139.73 -
System Red Green Blue C M Y K H S L
Decimal 161 146 94 0 0.09 0.42 0.37 46.57 0.26 0.5
Hex A1 92 5E 0 9 2A 25 2F 1A 32
Octal 241 222 136 0 11 52 45 57 32 62
Binary 10100001 10010010 1011110 0 1001 101010 100101 101111 11010 110010

Color Harmonies of #A1925E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1925E

Black with #A1925E

Text Example


Text Example

White with #A1925E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1925E; }

 p { color: rgb(161,146,94); }

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

background-color css

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

 a { background-color: rgb(161,146,94); }

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

border-color css

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

 span { border-color: rgb(161,146,94); }

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