Html Css Color HEX #A09863 Gurkha

📋 copy color: '#A09863'

red 160 ◦ green 152 ◦ blue 99

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

Shades of Gurkha #A09863

Tints of Gurkha #A09863

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.98%

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

R = 38.93%
G = 36.98%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A09863 (or 0xA09863) is known color: Gurkha. HEX triplet: A0, 98 and 63. RGB value is (160,152,99). Sum of RGB (Red+Green+Blue) = 160+152+99=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 99 (39.06% from 255 or 24.09% from 411); Max value from RGB is 160 - color contains mainly: red. Hex color #A09863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09863 is #5F679C. Grayscale: #949494. Windows color (decimal): -6252445 or 6527136. OLE color: 6527136.

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

Color convert

RGB 160 152 99 -
CMYK 0 0.05 0.38 0.37
HSL 52.13º 0.24% 0.51% -
HSV(B) 52.13º 0.38% 0.63% -
XYZ 27.98 30.83 16.28 -
YUV 148.35 100.15 136.31 -
System Red Green Blue C M Y K H S L
Decimal 160 152 99 0 0.05 0.38 0.37 52.13 0.24 0.51
Hex A0 98 63 0 5 26 25 34 18 33
Octal 240 230 143 0 5 46 45 64 30 63
Binary 10100000 10011000 1100011 0 101 100110 100101 110100 11000 110011

Color Harmonies of #A09863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09863

Black with #A09863

Text Example


Text Example

White with #A09863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09863; }

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

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

background-color css

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

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

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

border-color css

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

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

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