Html Css Color HEX #A5985F Gurkha

📋 copy color: '#A5985F'

red 165 ◦ green 152 ◦ blue 95

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

Shades of Gurkha #A5985F

Tints of Gurkha #A5985F

RGB

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

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

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

R = 40.05%
G = 36.89%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A5985F (or 0xA5985F) is known color: Gurkha. HEX triplet: A5, 98 and 5F. RGB value is (165,152,95). Sum of RGB (Red+Green+Blue) = 165+152+95=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 165 - color contains mainly: red. Hex color #A5985F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5985F is #5A67A0. Grayscale: #959595. Windows color (decimal): -5924769 or 6264997. OLE color: 6264997.

HSL color Cylindrical-coordinate representation of color #A5985F: hue angle of 48.86º 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 #A5985F is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 152 95 -
CMYK 0 0.08 0.42 0.35
HSL 48.86º 0.28% 0.51% -
HSV(B) 48.86º 0.42% 0.65% -
XYZ 28.81 31.28 15.35 -
YUV 149.39 97.31 139.13 -
System Red Green Blue C M Y K H S L
Decimal 165 152 95 0 0.08 0.42 0.35 48.86 0.28 0.51
Hex A5 98 5F 0 8 2A 23 31 1C 33
Octal 245 230 137 0 10 52 43 61 34 63
Binary 10100101 10011000 1011111 0 1000 101010 100011 110001 11100 110011

Color Harmonies of #A5985F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5985F

Black with #A5985F

Text Example


Text Example

White with #A5985F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5985F; }

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

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

background-color css

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

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

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

border-color css

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

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

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