Html Css Color HEX #A49765 Gurkha

📋 copy color: '#A49765'

red 164 ◦ green 151 ◦ blue 101

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

Shades of Gurkha #A49765

Tints of Gurkha #A49765

RGB

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

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

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

R = 39.42%
G = 36.3%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A49765 (or 0xA49765) is known color: Gurkha. HEX triplet: A4, 97 and 65. RGB value is (164,151,101). Sum of RGB (Red+Green+Blue) = 164+151+101=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 151 (59.38% from 255 or 36.30% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 164 - color contains mainly: red. Hex color #A49765 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49765 is #5B689A. Grayscale: #959595. Windows color (decimal): -5990555 or 6657956. OLE color: 6657956.

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

Color convert

RGB 164 151 101 -
CMYK 0 0.08 0.38 0.36
HSL 47.62º 0.26% 0.52% -
HSV(B) 47.62º 0.38% 0.64% -
XYZ 28.73 30.97 16.77 -
YUV 149.19 100.81 138.57 -
System Red Green Blue C M Y K H S L
Decimal 164 151 101 0 0.08 0.38 0.36 47.62 0.26 0.52
Hex A4 97 65 0 8 26 24 30 1A 34
Octal 244 227 145 0 10 46 44 60 32 64
Binary 10100100 10010111 1100101 0 1000 100110 100100 110000 11010 110100

Color Harmonies of #A49765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49765

Black with #A49765

Text Example


Text Example

White with #A49765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49765; }

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

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

background-color css

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

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

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

border-color css

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

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

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