Html Css Color HEX #A2956A Gurkha

📋 copy color: '#A2956A'

red 162 ◦ green 149 ◦ blue 106

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

Shades of Gurkha #A2956A

Tints of Gurkha #A2956A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.42%

R = 38.85%
G = 35.73%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A2956A (or 0xA2956A) is known color: Gurkha. HEX triplet: A2, 95 and 6A. RGB value is (162,149,106). Sum of RGB (Red+Green+Blue) = 162+149+106=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 162 - color contains mainly: red. Hex color #A2956A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2956A is #5D6A95. Grayscale: #949494. Windows color (decimal): -6122134 or 6985122. OLE color: 6985122.

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

Color convert

RGB 162 149 106 -
CMYK 0 0.08 0.35 0.36
HSL 46.07º 0.23% 0.53% -
HSV(B) 46.07º 0.35% 0.64% -
XYZ 28.25 30.22 17.98 -
YUV 147.99 104.31 138 -
System Red Green Blue C M Y K H S L
Decimal 162 149 106 0 0.08 0.35 0.36 46.07 0.23 0.53
Hex A2 95 6A 0 8 23 24 2E 17 35
Octal 242 225 152 0 10 43 44 56 27 65
Binary 10100010 10010101 1101010 0 1000 100011 100100 101110 10111 110101

Color Harmonies of #A2956A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2956A

Black with #A2956A

Text Example


Text Example

White with #A2956A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2956A; }

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

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

background-color css

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

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

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

border-color css

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

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

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