Html Css Color HEX #A09261 Gurkha

📋 copy color: '#A09261'

red 160 ◦ green 146 ◦ blue 97

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

Shades of Gurkha #A09261

Tints of Gurkha #A09261

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.23%

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

R = 39.7%
G = 36.23%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A09261 (or 0xA09261) is known color: Gurkha. HEX triplet: A0, 92 and 61. RGB value is (160,146,97). Sum of RGB (Red+Green+Blue) = 160+146+97=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 97 (38.28% from 255 or 24.07% from 403); Max value from RGB is 160 - color contains mainly: red. Hex color #A09261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09261 is #5F6D9E. Grayscale: #909090. Windows color (decimal): -6253983 or 6394528. OLE color: 6394528.

HSL color Cylindrical-coordinate representation of color #A09261: hue angle of 46.67º 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 #A09261 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 146 97 -
CMYK 0 0.09 0.39 0.37
HSL 46.67º 0.25% 0.5% -
HSV(B) 46.67º 0.39% 0.63% -
XYZ 26.93 28.89 15.47 -
YUV 144.6 101.14 138.98 -
System Red Green Blue C M Y K H S L
Decimal 160 146 97 0 0.09 0.39 0.37 46.67 0.25 0.5
Hex A0 92 61 0 9 27 25 2F 19 32
Octal 240 222 141 0 11 47 45 57 31 62
Binary 10100000 10010010 1100001 0 1001 100111 100101 101111 11001 110010

Color Harmonies of #A09261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09261

Black with #A09261

Text Example


Text Example

White with #A09261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09261; }

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

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

background-color css

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

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

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

border-color css

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

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

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