Html Css Color HEX #A0956B Gurkha

📋 copy color: '#A0956B'

red 160 ◦ green 149 ◦ blue 107

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

Shades of Gurkha #A0956B

Tints of Gurkha #A0956B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.72%

R = 38.46%
G = 35.82%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A0956B (or 0xA0956B) is known color: Gurkha. HEX triplet: A0, 95 and 6B. RGB value is (160,149,107). Sum of RGB (Red+Green+Blue) = 160+149+107=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 160 - color contains mainly: red. Hex color #A0956B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0956B is #5F6A94. Grayscale: #939393. Windows color (decimal): -6253205 or 7050656. OLE color: 7050656.

HSL color Cylindrical-coordinate representation of color #A0956B: hue angle of 47.55º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0956B is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 149 107 -
CMYK 0 0.07 0.33 0.37
HSL 47.55º 0.22% 0.52% -
HSV(B) 47.55º 0.33% 0.63% -
XYZ 27.9 30.03 18.24 -
YUV 147.5 105.14 136.92 -
System Red Green Blue C M Y K H S L
Decimal 160 149 107 0 0.07 0.33 0.37 47.55 0.22 0.52
Hex A0 95 6B 0 7 21 25 30 16 34
Octal 240 225 153 0 7 41 45 60 26 64
Binary 10100000 10010101 1101011 0 111 100001 100101 110000 10110 110100

Color Harmonies of #A0956B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0956B

Black with #A0956B

Text Example


Text Example

White with #A0956B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0956B; }

 p { color: rgb(160,149,107); }

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

background-color css

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

 a { background-color: rgb(160,149,107); }

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

border-color css

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

 span { border-color: rgb(160,149,107); }

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