Html Css Color HEX #A39261 Gurkha

📋 copy color: '#A39261'

red 163 ◦ green 146 ◦ blue 97

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

Shades of Gurkha #A39261

Tints of Gurkha #A39261

RGB

 RED value IS 163 (64.06% from 255) = 40.15%

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

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

R = 40.15%
G = 35.96%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A39261 (or 0xA39261) is known color: Gurkha. HEX triplet: A3, 92 and 61. RGB value is (163,146,97). Sum of RGB (Red+Green+Blue) = 163+146+97=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 163 - color contains mainly: red. Hex color #A39261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39261 is #5C6D9E. Grayscale: #919191. Windows color (decimal): -6057375 or 6394531. OLE color: 6394531.

HSL color Cylindrical-coordinate representation of color #A39261: hue angle of 44.55º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A39261 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 146 97 -
CMYK 0 0.10 0.40 0.36
HSL 44.55º 0.26% 0.51% -
HSV(B) 44.55º 0.4% 0.64% -
XYZ 27.54 29.21 15.5 -
YUV 145.5 100.63 140.48 -
System Red Green Blue C M Y K H S L
Decimal 163 146 97 0 0.10 0.40 0.36 44.55 0.26 0.51
Hex A3 92 61 0 A 28 24 2D 1A 33
Octal 243 222 141 0 12 50 44 55 32 63
Binary 10100011 10010010 1100001 0 1010 101000 100100 101101 11010 110011

Color Harmonies of #A39261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39261

Black with #A39261

Text Example


Text Example

White with #A39261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39261; }

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

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

background-color css

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

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

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

border-color css

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

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

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