Html Css Color HEX #A19963 Gurkha

📋 copy color: '#A19963'

red 161 ◦ green 153 ◦ blue 99

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

Shades of Gurkha #A19963

Tints of Gurkha #A19963

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.05%

 BLUE value IS 99 (39.06% from 255) = 23.97%

R = 38.98%
G = 37.05%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A19963 (or 0xA19963) is known color: Gurkha. HEX triplet: A1, 99 and 63. RGB value is (161,153,99). Sum of RGB (Red+Green+Blue) = 161+153+99=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 99 (39.06% from 255 or 23.97% from 413); Max value from RGB is 161 - color contains mainly: red. Hex color #A19963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19963 is #5E669C. Grayscale: #959595. Windows color (decimal): -6186653 or 6527393. OLE color: 6527393.

HSL color Cylindrical-coordinate representation of color #A19963: hue angle of 52.26º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A19963 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 153 99 -
CMYK 0 0.05 0.39 0.37
HSL 52.26º 0.25% 0.51% -
HSV(B) 52.26º 0.39% 0.63% -
XYZ 28.34 31.26 16.34 -
YUV 149.24 99.65 136.39 -
System Red Green Blue C M Y K H S L
Decimal 161 153 99 0 0.05 0.39 0.37 52.26 0.25 0.51
Hex A1 99 63 0 5 27 25 34 19 33
Octal 241 231 143 0 5 47 45 64 31 63
Binary 10100001 10011001 1100011 0 101 100111 100101 110100 11001 110011

Color Harmonies of #A19963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19963

Black with #A19963

Text Example


Text Example

White with #A19963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19963; }

 p { color: rgb(161,153,99); }

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

background-color css

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

 a { background-color: rgb(161,153,99); }

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

border-color css

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

 span { border-color: rgb(161,153,99); }

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