Html Css Color HEX #A49665 Gurkha

📋 copy color: '#A49665'

red 164 ◦ green 150 ◦ blue 101

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

Shades of Gurkha #A49665

Tints of Gurkha #A49665

RGB

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

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

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

R = 39.52%
G = 36.14%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A49665 (or 0xA49665) is known color: Gurkha. HEX triplet: A4, 96 and 65. RGB value is (164,150,101). Sum of RGB (Red+Green+Blue) = 164+150+101=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A49665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49665 is #5B699A. Grayscale: #949494. Windows color (decimal): -5990811 or 6657700. OLE color: 6657700.

HSL color Cylindrical-coordinate representation of color #A49665: hue angle of 46.67º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A49665 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 150 101 -
CMYK 0 0.09 0.38 0.36
HSL 46.67º 0.26% 0.52% -
HSV(B) 46.67º 0.38% 0.64% -
XYZ 28.57 30.64 16.72 -
YUV 148.6 101.14 138.98 -
System Red Green Blue C M Y K H S L
Decimal 164 150 101 0 0.09 0.38 0.36 46.67 0.26 0.52
Hex A4 96 65 0 9 26 24 2F 1A 34
Octal 244 226 145 0 11 46 44 57 32 64
Binary 10100100 10010110 1100101 0 1001 100110 100100 101111 11010 110100

Color Harmonies of #A49665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49665

Black with #A49665

Text Example


Text Example

White with #A49665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49665; }

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

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

background-color css

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

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

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

border-color css

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

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

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