Html Css Color HEX #A0966D Gurkha

📋 copy color: '#A0966D'

red 160 ◦ green 150 ◦ blue 109

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

Shades of Gurkha #A0966D

Tints of Gurkha #A0966D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.01%

R = 38.19%
G = 35.8%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A0966D (or 0xA0966D) is known color: Gurkha. HEX triplet: A0, 96 and 6D. RGB value is (160,150,109). Sum of RGB (Red+Green+Blue) = 160+150+109=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 160 - color contains mainly: red. Hex color #A0966D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0966D is #5F6992. Grayscale: #949494. Windows color (decimal): -6252947 or 7181984. OLE color: 7181984.

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

Color convert

RGB 160 150 109 -
CMYK 0 0.06 0.32 0.37
HSL 48.24º 0.21% 0.53% -
HSV(B) 48.24º 0.32% 0.63% -
XYZ 28.16 30.39 18.85 -
YUV 148.32 105.81 136.33 -
System Red Green Blue C M Y K H S L
Decimal 160 150 109 0 0.06 0.32 0.37 48.24 0.21 0.53
Hex A0 96 6D 0 6 20 25 30 15 35
Octal 240 226 155 0 6 40 45 60 25 65
Binary 10100000 10010110 1101101 0 110 100000 100101 110000 10101 110101

Color Harmonies of #A0966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0966D

Black with #A0966D

Text Example


Text Example

White with #A0966D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0966D; }

 p { color: rgb(160,150,109); }

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

background-color css

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

 a { background-color: rgb(160,150,109); }

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

border-color css

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

 span { border-color: rgb(160,150,109); }

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