Html Css Color HEX #A09764 Gurkha

📋 copy color: '#A09764'

red 160 ◦ green 151 ◦ blue 100

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

Shades of Gurkha #A09764

Tints of Gurkha #A09764

RGB

 RED value IS 160 (62.89% from 255) = 38.93%

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

 BLUE value IS 100 (39.45% from 255) = 24.33%

R = 38.93%
G = 36.74%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A09764 (or 0xA09764) is known color: Gurkha. HEX triplet: A0, 97 and 64. RGB value is (160,151,100). Sum of RGB (Red+Green+Blue) = 160+151+100=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 100 (39.45% from 255 or 24.33% from 411); Max value from RGB is 160 - color contains mainly: red. Hex color #A09764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09764 is #5F689B. Grayscale: #949494. Windows color (decimal): -6252700 or 6592416. OLE color: 6592416.

HSL color Cylindrical-coordinate representation of color #A09764: hue angle of 51º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A09764 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 151 100 -
CMYK 0 0.06 0.38 0.37
HSL 51º 0.24% 0.51% -
HSV(B) 51º 0.38% 0.63% -
XYZ 27.86 30.53 16.48 -
YUV 147.88 100.98 136.65 -
System Red Green Blue C M Y K H S L
Decimal 160 151 100 0 0.06 0.38 0.37 51 0.24 0.51
Hex A0 97 64 0 6 26 25 33 18 33
Octal 240 227 144 0 6 46 45 63 30 63
Binary 10100000 10010111 1100100 0 110 100110 100101 110011 11000 110011

Color Harmonies of #A09764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09764

Black with #A09764

Text Example


Text Example

White with #A09764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09764; }

 p { color: rgb(160,151,100); }

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

background-color css

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

 a { background-color: rgb(160,151,100); }

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

border-color css

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

 span { border-color: rgb(160,151,100); }

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