Html Css Color HEX #A0905F Gurkha

📋 copy color: '#A0905F'

red 160 ◦ green 144 ◦ blue 95

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

Shades of Gurkha #A0905F

Tints of Gurkha #A0905F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.09%

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

R = 40.1%
G = 36.09%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A0905F (or 0xA0905F) is known color: Gurkha. HEX triplet: A0, 90 and 5F. RGB value is (160,144,95). Sum of RGB (Red+Green+Blue) = 160+144+95=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 160 - color contains mainly: red. Hex color #A0905F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0905F is #5F6FA0. Grayscale: #8F8F8F. Windows color (decimal): -6254497 or 6262944. OLE color: 6262944.

HSL color Cylindrical-coordinate representation of color #A0905F: hue angle of 45.23º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0905F is Cyan = 0, Magento = 0.1, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 144 95 -
CMYK 0 0.1 0.41 0.37
HSL 45.23º 0.25% 0.5% -
HSV(B) 45.23º 0.41% 0.63% -
XYZ 26.54 28.25 14.88 -
YUV 143.2 100.8 139.98 -
System Red Green Blue C M Y K H S L
Decimal 160 144 95 0 0.1 0.41 0.37 45.23 0.25 0.5
Hex A0 90 5F 0 A 29 25 2D 19 32
Octal 240 220 137 0 12 51 45 55 31 62
Binary 10100000 10010000 1011111 0 1010 101001 100101 101101 11001 110010

Color Harmonies of #A0905F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0905F

Black with #A0905F

Text Example


Text Example

White with #A0905F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0905F; }

 p { color: rgb(160,144,95); }

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

background-color css

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

 a { background-color: rgb(160,144,95); }

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

border-color css

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

 span { border-color: rgb(160,144,95); }

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