Html Css Color HEX #A2955F Gurkha

📋 copy color: '#A2955F'

red 162 ◦ green 149 ◦ blue 95

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

Shades of Gurkha #A2955F

Tints of Gurkha #A2955F

RGB

 RED value IS 162 (63.67% from 255) = 39.9%

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

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

R = 39.9%
G = 36.7%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A2955F (or 0xA2955F) is known color: Gurkha. HEX triplet: A2, 95 and 5F. RGB value is (162,149,95). Sum of RGB (Red+Green+Blue) = 162+149+95=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 162 - color contains mainly: red. Hex color #A2955F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2955F is #5D6AA0. Grayscale: #929292. Windows color (decimal): -6122145 or 6264226. OLE color: 6264226.

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

Color convert

RGB 162 149 95 -
CMYK 0 0.08 0.41 0.36
HSL 48.36º 0.26% 0.5% -
HSV(B) 48.36º 0.41% 0.64% -
XYZ 27.71 30 15.16 -
YUV 146.73 98.81 138.89 -
System Red Green Blue C M Y K H S L
Decimal 162 149 95 0 0.08 0.41 0.36 48.36 0.26 0.5
Hex A2 95 5F 0 8 29 24 30 1A 32
Octal 242 225 137 0 10 51 44 60 32 62
Binary 10100010 10010101 1011111 0 1000 101001 100100 110000 11010 110010

Color Harmonies of #A2955F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2955F

Black with #A2955F

Text Example


Text Example

White with #A2955F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2955F; }

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

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

background-color css

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

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

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

border-color css

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

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

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