Html Css Color HEX #A19965 Gurkha

📋 copy color: '#A19965'

red 161 ◦ green 153 ◦ blue 101

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

Shades of Gurkha #A19965

Tints of Gurkha #A19965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.34%

R = 38.8%
G = 36.87%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A19965 (or 0xA19965) is known color: Gurkha. HEX triplet: A1, 99 and 65. RGB value is (161,153,101). Sum of RGB (Red+Green+Blue) = 161+153+101=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 161 - color contains mainly: red. Hex color #A19965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19965 is #5E669A. Grayscale: #959595. Windows color (decimal): -6186651 or 6658465. OLE color: 6658465.

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

Color convert

RGB 161 153 101 -
CMYK 0 0.05 0.37 0.37
HSL 52º 0.24% 0.51% -
HSV(B) 52º 0.37% 0.63% -
XYZ 28.44 31.3 16.85 -
YUV 149.46 100.65 136.23 -
System Red Green Blue C M Y K H S L
Decimal 161 153 101 0 0.05 0.37 0.37 52 0.24 0.51
Hex A1 99 65 0 5 25 25 34 18 33
Octal 241 231 145 0 5 45 45 64 30 63
Binary 10100001 10011001 1100101 0 101 100101 100101 110100 11000 110011

Color Harmonies of #A19965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19965

Black with #A19965

Text Example


Text Example

White with #A19965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19965; }

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

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

background-color css

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

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

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

border-color css

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

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

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