Html Css Color HEX #A49761 Gurkha

📋 copy color: '#A49761'

red 164 ◦ green 151 ◦ blue 97

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

Shades of Gurkha #A49761

Tints of Gurkha #A49761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.54%

R = 39.81%
G = 36.65%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A49761 (or 0xA49761) is known color: Gurkha. HEX triplet: A4, 97 and 61. RGB value is (164,151,97). Sum of RGB (Red+Green+Blue) = 164+151+97=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 97 (38.28% from 255 or 23.54% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A49761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49761 is #5B689E. Grayscale: #949494. Windows color (decimal): -5990559 or 6395812. OLE color: 6395812.

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

Color convert

RGB 164 151 97 -
CMYK 0 0.08 0.41 0.36
HSL 48.36º 0.27% 0.51% -
HSV(B) 48.36º 0.41% 0.64% -
XYZ 28.53 30.89 15.77 -
YUV 148.73 98.81 138.89 -
System Red Green Blue C M Y K H S L
Decimal 164 151 97 0 0.08 0.41 0.36 48.36 0.27 0.51
Hex A4 97 61 0 8 29 24 30 1B 33
Octal 244 227 141 0 10 51 44 60 33 63
Binary 10100100 10010111 1100001 0 1000 101001 100100 110000 11011 110011

Color Harmonies of #A49761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49761

Black with #A49761

Text Example


Text Example

White with #A49761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49761; }

 p { color: rgb(164,151,97); }

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

background-color css

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

 a { background-color: rgb(164,151,97); }

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

border-color css

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

 span { border-color: rgb(164,151,97); }

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