Html Css Color HEX #A1955F Gurkha

📋 copy color: '#A1955F'

red 161 ◦ green 149 ◦ blue 95

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

Shades of Gurkha #A1955F

Tints of Gurkha #A1955F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.46%

R = 39.75%
G = 36.79%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A1955F (or 0xA1955F) is known color: Gurkha. HEX triplet: A1, 95 and 5F. RGB value is (161,149,95). Sum of RGB (Red+Green+Blue) = 161+149+95=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 161 - color contains mainly: red. Hex color #A1955F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1955F is #5E6AA0. Grayscale: #929292. Windows color (decimal): -6187681 or 6264225. OLE color: 6264225.

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

Color convert

RGB 161 149 95 -
CMYK 0 0.07 0.41 0.37
HSL 49.09º 0.26% 0.5% -
HSV(B) 49.09º 0.41% 0.63% -
XYZ 27.51 29.9 15.15 -
YUV 146.43 98.98 138.39 -
System Red Green Blue C M Y K H S L
Decimal 161 149 95 0 0.07 0.41 0.37 49.09 0.26 0.5
Hex A1 95 5F 0 7 29 25 31 1A 32
Octal 241 225 137 0 7 51 45 61 32 62
Binary 10100001 10010101 1011111 0 111 101001 100101 110001 11010 110010

Color Harmonies of #A1955F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1955F

Black with #A1955F

Text Example


Text Example

White with #A1955F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1955F; }

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

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

background-color css

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

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

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

border-color css

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

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

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