Html Css Color HEX #A39661 Gurkha

📋 copy color: '#A39661'

red 163 ◦ green 150 ◦ blue 97

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

Shades of Gurkha #A39661

Tints of Gurkha #A39661

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.59%

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

R = 39.76%
G = 36.59%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A39661 (or 0xA39661) is known color: Gurkha. HEX triplet: A3, 96 and 61. RGB value is (163,150,97). Sum of RGB (Red+Green+Blue) = 163+150+97=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 97 (38.28% from 255 or 23.66% from 410); Max value from RGB is 163 - color contains mainly: red. Hex color #A39661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39661 is #5C699E. Grayscale: #949494. Windows color (decimal): -6056351 or 6395555. OLE color: 6395555.

HSL color Cylindrical-coordinate representation of color #A39661: hue angle of 48.18º 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 #A39661 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 150 97 -
CMYK 0 0.08 0.40 0.36
HSL 48.18º 0.26% 0.51% -
HSV(B) 48.18º 0.4% 0.64% -
XYZ 28.17 30.46 15.7 -
YUV 147.85 99.31 138.81 -
System Red Green Blue C M Y K H S L
Decimal 163 150 97 0 0.08 0.40 0.36 48.18 0.26 0.51
Hex A3 96 61 0 8 28 24 30 1A 33
Octal 243 226 141 0 10 50 44 60 32 63
Binary 10100011 10010110 1100001 0 1000 101000 100100 110000 11010 110011

Color Harmonies of #A39661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39661

Black with #A39661

Text Example


Text Example

White with #A39661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39661; }

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

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

background-color css

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

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

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

border-color css

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

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

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