Html Css Color HEX #A09463 Gurkha

📋 copy color: '#A09463'

red 160 ◦ green 148 ◦ blue 99

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

Shades of Gurkha #A09463

Tints of Gurkha #A09463

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.36%

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

R = 39.31%
G = 36.36%
B = 24.32%

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

#A09463 (or 0xA09463) is known color: Gurkha. HEX triplet: A0, 94 and 63. RGB value is (160,148,99). Sum of RGB (Red+Green+Blue) = 160+148+99=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 99 (39.06% from 255 or 24.32% from 407); Max value from RGB is 160 - color contains mainly: red. Hex color #A09463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09463 is #5F6B9C. Grayscale: #929292. Windows color (decimal): -6253469 or 6526112. OLE color: 6526112.

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

Color convert

RGB 160 148 99 -
CMYK 0 0.07 0.38 0.37
HSL 48.2º 0.24% 0.51% -
HSV(B) 48.2º 0.38% 0.63% -
XYZ 27.34 29.55 16.07 -
YUV 146 101.48 137.98 -
System Red Green Blue C M Y K H S L
Decimal 160 148 99 0 0.07 0.38 0.37 48.2 0.24 0.51
Hex A0 94 63 0 7 26 25 30 18 33
Octal 240 224 143 0 7 46 45 60 30 63
Binary 10100000 10010100 1100011 0 111 100110 100101 110000 11000 110011

Color Harmonies of #A09463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09463

Black with #A09463

Text Example


Text Example

White with #A09463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09463; }

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

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

background-color css

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

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

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

border-color css

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

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

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