Html Css Color HEX #A49A62 Gurkha

📋 copy color: '#A49A62'

red 164 ◦ green 154 ◦ blue 98

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

Shades of Gurkha #A49A62

Tints of Gurkha #A49A62

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.02%

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

R = 39.42%
G = 37.02%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A49A62 (or 0xA49A62) is known color: Gurkha. HEX triplet: A4, 9A and 62. RGB value is (164,154,98). Sum of RGB (Red+Green+Blue) = 164+154+98=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49A62 is #5B659D. Grayscale: #969696. Windows color (decimal): -5989790 or 6462116. OLE color: 6462116.

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

Color convert

RGB 164 154 98 -
CMYK 0 0.06 0.40 0.36
HSL 50.91º 0.27% 0.51% -
HSV(B) 50.91º 0.4% 0.64% -
XYZ 29.07 31.89 16.18 -
YUV 150.61 98.31 137.55 -
System Red Green Blue C M Y K H S L
Decimal 164 154 98 0 0.06 0.40 0.36 50.91 0.27 0.51
Hex A4 9A 62 0 6 28 24 33 1B 33
Octal 244 232 142 0 6 50 44 63 33 63
Binary 10100100 10011010 1100010 0 110 101000 100100 110011 11011 110011

Color Harmonies of #A49A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49A62

Black with #A49A62

Text Example


Text Example

White with #A49A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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