Html Css Color HEX #A1966C Gurkha

📋 copy color: '#A1966C'

red 161 ◦ green 150 ◦ blue 108

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

Shades of Gurkha #A1966C

Tints of Gurkha #A1966C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.8%

 BLUE value IS 108 (42.58% from 255) = 25.78%

R = 38.42%
G = 35.8%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A1966C (or 0xA1966C) is known color: Gurkha. HEX triplet: A1, 96 and 6C. RGB value is (161,150,108). Sum of RGB (Red+Green+Blue) = 161+150+108=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 161 - color contains mainly: red. Hex color #A1966C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1966C is #5E6993. Grayscale: #949494. Windows color (decimal): -6187412 or 7116449. OLE color: 7116449.

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

Color convert

RGB 161 150 108 -
CMYK 0 0.07 0.33 0.37
HSL 47.55º 0.22% 0.53% -
HSV(B) 47.55º 0.33% 0.63% -
XYZ 28.31 30.47 18.58 -
YUV 148.5 105.14 136.92 -
System Red Green Blue C M Y K H S L
Decimal 161 150 108 0 0.07 0.33 0.37 47.55 0.22 0.53
Hex A1 96 6C 0 7 21 25 30 16 35
Octal 241 226 154 0 7 41 45 60 26 65
Binary 10100001 10010110 1101100 0 111 100001 100101 110000 10110 110101

Color Harmonies of #A1966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1966C

Black with #A1966C

Text Example


Text Example

White with #A1966C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1966C; }

 p { color: rgb(161,150,108); }

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

background-color css

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

 a { background-color: rgb(161,150,108); }

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

border-color css

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

 span { border-color: rgb(161,150,108); }

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