Html Css Color HEX #A19762 Gurkha

📋 copy color: '#A19762'

red 161 ◦ green 151 ◦ blue 98

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

Shades of Gurkha #A19762

Tints of Gurkha #A19762

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.83%

 BLUE value IS 98 (38.67% from 255) = 23.9%

R = 39.27%
G = 36.83%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A19762 (or 0xA19762) is known color: Gurkha. HEX triplet: A1, 97 and 62. RGB value is (161,151,98). Sum of RGB (Red+Green+Blue) = 161+151+98=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 151 (59.38% from 255 or 36.83% from 410); Blue value is 98 (38.67% from 255 or 23.90% from 410); Max value from RGB is 161 - color contains mainly: red. Hex color #A19762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19762 is #5E689D. Grayscale: #949494. Windows color (decimal): -6187166 or 6461345. OLE color: 6461345.

HSL color Cylindrical-coordinate representation of color #A19762: hue angle of 50.48º 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 #A19762 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 151 98 -
CMYK 0 0.06 0.39 0.37
HSL 50.48º 0.25% 0.51% -
HSV(B) 50.48º 0.39% 0.63% -
XYZ 27.97 30.59 15.99 -
YUV 147.95 99.81 137.31 -
System Red Green Blue C M Y K H S L
Decimal 161 151 98 0 0.06 0.39 0.37 50.48 0.25 0.51
Hex A1 97 62 0 6 27 25 32 19 33
Octal 241 227 142 0 6 47 45 62 31 63
Binary 10100001 10010111 1100010 0 110 100111 100101 110010 11001 110011

Color Harmonies of #A19762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19762

Black with #A19762

Text Example


Text Example

White with #A19762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19762; }

 p { color: rgb(161,151,98); }

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

background-color css

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

 a { background-color: rgb(161,151,98); }

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

border-color css

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

 span { border-color: rgb(161,151,98); }

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