Html Css Color HEX #A09461 Gurkha

📋 copy color: '#A09461'

red 160 ◦ green 148 ◦ blue 97

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

Shades of Gurkha #A09461

Tints of Gurkha #A09461

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.54%

 BLUE value IS 97 (38.28% from 255) = 23.95%

R = 39.51%
G = 36.54%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A09461 (or 0xA09461) is known color: Gurkha. HEX triplet: A0, 94 and 61. RGB value is (160,148,97). Sum of RGB (Red+Green+Blue) = 160+148+97=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 160 - color contains mainly: red. Hex color #A09461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09461 is #5F6B9E. Grayscale: #919191. Windows color (decimal): -6253471 or 6395040. OLE color: 6395040.

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

Color convert

RGB 160 148 97 -
CMYK 0 0.07 0.39 0.37
HSL 48.57º 0.25% 0.5% -
HSV(B) 48.57º 0.39% 0.63% -
XYZ 27.24 29.52 15.57 -
YUV 145.77 100.48 138.15 -
System Red Green Blue C M Y K H S L
Decimal 160 148 97 0 0.07 0.39 0.37 48.57 0.25 0.5
Hex A0 94 61 0 7 27 25 31 19 32
Octal 240 224 141 0 7 47 45 61 31 62
Binary 10100000 10010100 1100001 0 111 100111 100101 110001 11001 110010

Color Harmonies of #A09461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09461

Black with #A09461

Text Example


Text Example

White with #A09461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09461; }

 p { color: rgb(160,148,97); }

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

background-color css

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

 a { background-color: rgb(160,148,97); }

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

border-color css

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

 span { border-color: rgb(160,148,97); }

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