Html Css Color HEX #A2946A Gurkha

📋 copy color: '#A2946A'

red 162 ◦ green 148 ◦ blue 106

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

Shades of Gurkha #A2946A

Tints of Gurkha #A2946A

RGB

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

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

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

R = 38.94%
G = 35.58%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A2946A (or 0xA2946A) is known color: Gurkha. HEX triplet: A2, 94 and 6A. RGB value is (162,148,106). Sum of RGB (Red+Green+Blue) = 162+148+106=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 162 - color contains mainly: red. Hex color #A2946A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2946A is #5D6B95. Grayscale: #939393. Windows color (decimal): -6122390 or 6984866. OLE color: 6984866.

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

Color convert

RGB 162 148 106 -
CMYK 0 0.09 0.35 0.36
HSL 45º 0.23% 0.53% -
HSV(B) 45º 0.35% 0.64% -
XYZ 28.09 29.9 17.93 -
YUV 147.4 104.64 138.42 -
System Red Green Blue C M Y K H S L
Decimal 162 148 106 0 0.09 0.35 0.36 45 0.23 0.53
Hex A2 94 6A 0 9 23 24 2D 17 35
Octal 242 224 152 0 11 43 44 55 27 65
Binary 10100010 10010100 1101010 0 1001 100011 100100 101101 10111 110101

Color Harmonies of #A2946A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2946A

Black with #A2946A

Text Example


Text Example

White with #A2946A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2946A; }

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

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

background-color css

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

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

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

border-color css

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

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

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