Html Css Color HEX #A49662 Gurkha

📋 copy color: '#A49662'

red 164 ◦ green 150 ◦ blue 98

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

Shades of Gurkha #A49662

Tints of Gurkha #A49662

RGB

 RED value IS 164 (64.45% from 255) = 39.81%

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

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

R = 39.81%
G = 36.41%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A49662 (or 0xA49662) is known color: Gurkha. HEX triplet: A4, 96 and 62. RGB value is (164,150,98). Sum of RGB (Red+Green+Blue) = 164+150+98=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 98 (38.67% from 255 or 23.79% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A49662 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49662 is #5B699D. Grayscale: #949494. Windows color (decimal): -5990814 or 6461092. OLE color: 6461092.

HSL color Cylindrical-coordinate representation of color #A49662: hue angle of 47.27º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A49662 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 150 98 -
CMYK 0 0.09 0.40 0.36
HSL 47.27º 0.27% 0.51% -
HSV(B) 47.27º 0.4% 0.64% -
XYZ 28.42 30.59 15.96 -
YUV 148.26 99.64 139.23 -
System Red Green Blue C M Y K H S L
Decimal 164 150 98 0 0.09 0.40 0.36 47.27 0.27 0.51
Hex A4 96 62 0 9 28 24 2F 1B 33
Octal 244 226 142 0 11 50 44 57 33 63
Binary 10100100 10010110 1100010 0 1001 101000 100100 101111 11011 110011

Color Harmonies of #A49662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49662

Black with #A49662

Text Example


Text Example

White with #A49662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49662; }

 p { color: rgb(164,150,98); }

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

background-color css

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

 a { background-color: rgb(164,150,98); }

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

border-color css

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

 span { border-color: rgb(164,150,98); }

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