Html Css Color HEX #A5995F Gurkha

📋 copy color: '#A5995F'

red 165 ◦ green 153 ◦ blue 95

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

Shades of Gurkha #A5995F

Tints of Gurkha #A5995F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.05%

 BLUE value IS 95 (37.5% from 255) = 23%

R = 39.95%
G = 37.05%
B = 23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A5995F (or 0xA5995F) is known color: Gurkha. HEX triplet: A5, 99 and 5F. RGB value is (165,153,95). Sum of RGB (Red+Green+Blue) = 165+153+95=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 165 - color contains mainly: red. Hex color #A5995F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5995F is #5A66A0. Grayscale: #969696. Windows color (decimal): -5924513 or 6265253. OLE color: 6265253.

HSL color Cylindrical-coordinate representation of color #A5995F: hue angle of 49.71º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5995F is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 153 95 -
CMYK 0 0.07 0.42 0.35
HSL 49.71º 0.28% 0.51% -
HSV(B) 49.71º 0.42% 0.65% -
XYZ 28.97 31.61 15.4 -
YUV 149.98 96.98 138.72 -
System Red Green Blue C M Y K H S L
Decimal 165 153 95 0 0.07 0.42 0.35 49.71 0.28 0.51
Hex A5 99 5F 0 7 2A 23 32 1C 33
Octal 245 231 137 0 7 52 43 62 34 63
Binary 10100101 10011001 1011111 0 111 101010 100011 110010 11100 110011

Color Harmonies of #A5995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5995F

Black with #A5995F

Text Example


Text Example

White with #A5995F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5995F; }

 p { color: rgb(165,153,95); }

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

background-color css

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

 a { background-color: rgb(165,153,95); }

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

border-color css

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

 span { border-color: rgb(165,153,95); }

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