Html Css Color HEX #A39666 Gurkha

📋 copy color: '#A39666'

red 163 ◦ green 150 ◦ blue 102

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

Shades of Gurkha #A39666

Tints of Gurkha #A39666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.58%

R = 39.28%
G = 36.14%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A39666 (or 0xA39666) is known color: Gurkha. HEX triplet: A3, 96 and 66. RGB value is (163,150,102). Sum of RGB (Red+Green+Blue) = 163+150+102=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 102 (40.23% from 255 or 24.58% from 415); Max value from RGB is 163 - color contains mainly: red. Hex color #A39666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39666 is #5C6999. Grayscale: #949494. Windows color (decimal): -6056346 or 6723235. OLE color: 6723235.

HSL color Cylindrical-coordinate representation of color #A39666: hue angle of 47.21º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A39666 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 150 102 -
CMYK 0 0.08 0.37 0.36
HSL 47.21º 0.25% 0.52% -
HSV(B) 47.21º 0.37% 0.64% -
XYZ 28.41 30.56 16.97 -
YUV 148.42 101.81 138.4 -
System Red Green Blue C M Y K H S L
Decimal 163 150 102 0 0.08 0.37 0.36 47.21 0.25 0.52
Hex A3 96 66 0 8 25 24 2F 19 34
Octal 243 226 146 0 10 45 44 57 31 64
Binary 10100011 10010110 1100110 0 1000 100101 100100 101111 11001 110100

Color Harmonies of #A39666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39666

Black with #A39666

Text Example


Text Example

White with #A39666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39666; }

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

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

background-color css

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

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

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

border-color css

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

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

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