Html Css Color HEX #A59563 Gurkha

📋 copy color: '#A59563'

red 165 ◦ green 149 ◦ blue 99

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

Shades of Gurkha #A59563

Tints of Gurkha #A59563

RGB

 RED value IS 165 (64.84% from 255) = 39.95%

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

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

R = 39.95%
G = 36.08%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A59563 (or 0xA59563) is known color: Gurkha. HEX triplet: A5, 95 and 63. RGB value is (165,149,99). Sum of RGB (Red+Green+Blue) = 165+149+99=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 99 (39.06% from 255 or 23.97% from 413); Max value from RGB is 165 - color contains mainly: red. Hex color #A59563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59563 is #5A6A9C. Grayscale: #949494. Windows color (decimal): -5925533 or 6526373. OLE color: 6526373.

HSL color Cylindrical-coordinate representation of color #A59563: hue angle of 45.45º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A59563 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 149 99 -
CMYK 0 0.10 0.40 0.35
HSL 45.45º 0.27% 0.52% -
HSV(B) 45.45º 0.4% 0.65% -
XYZ 28.52 30.4 16.17 -
YUV 148.08 100.3 140.07 -
System Red Green Blue C M Y K H S L
Decimal 165 149 99 0 0.10 0.40 0.35 45.45 0.27 0.52
Hex A5 95 63 0 A 28 23 2D 1B 34
Octal 245 225 143 0 12 50 43 55 33 64
Binary 10100101 10010101 1100011 0 1010 101000 100011 101101 11011 110100

Color Harmonies of #A59563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59563

Black with #A59563

Text Example


Text Example

White with #A59563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59563; }

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

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

background-color css

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

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

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

border-color css

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

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

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