Html Css Color HEX #A09563 Gurkha

📋 copy color: '#A09563'

red 160 ◦ green 149 ◦ blue 99

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

Shades of Gurkha #A09563

Tints of Gurkha #A09563

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.52%

 BLUE value IS 99 (39.06% from 255) = 24.26%

R = 39.22%
G = 36.52%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A09563 (or 0xA09563) is known color: Gurkha. HEX triplet: A0, 95 and 63. RGB value is (160,149,99). Sum of RGB (Red+Green+Blue) = 160+149+99=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 99 (39.06% from 255 or 24.26% from 408); Max value from RGB is 160 - color contains mainly: red. Hex color #A09563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09563 is #5F6A9C. Grayscale: #929292. Windows color (decimal): -6253213 or 6526368. OLE color: 6526368.

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

Color convert

RGB 160 149 99 -
CMYK 0 0.07 0.38 0.37
HSL 49.18º 0.24% 0.51% -
HSV(B) 49.18º 0.38% 0.63% -
XYZ 27.5 29.87 16.12 -
YUV 146.59 101.14 137.57 -
System Red Green Blue C M Y K H S L
Decimal 160 149 99 0 0.07 0.38 0.37 49.18 0.24 0.51
Hex A0 95 63 0 7 26 25 31 18 33
Octal 240 225 143 0 7 46 45 61 30 63
Binary 10100000 10010101 1100011 0 111 100110 100101 110001 11000 110011

Color Harmonies of #A09563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09563

Black with #A09563

Text Example


Text Example

White with #A09563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09563; }

 p { color: rgb(160,149,99); }

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

background-color css

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

 a { background-color: rgb(160,149,99); }

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

border-color css

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

 span { border-color: rgb(160,149,99); }

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