Html Css Color HEX #A39866 Gurkha

📋 copy color: '#A39866'

red 163 ◦ green 152 ◦ blue 102

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

Shades of Gurkha #A39866

Tints of Gurkha #A39866

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.45%

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

R = 39.09%
G = 36.45%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A39866 (or 0xA39866) is known color: Gurkha. HEX triplet: A3, 98 and 66. RGB value is (163,152,102). Sum of RGB (Red+Green+Blue) = 163+152+102=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 163 - color contains mainly: red. Hex color #A39866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39866 is #5C6799. Grayscale: #959595. Windows color (decimal): -6055834 or 6723747. OLE color: 6723747.

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

Color convert

RGB 163 152 102 -
CMYK 0 0.07 0.37 0.36
HSL 49.18º 0.25% 0.52% -
HSV(B) 49.18º 0.37% 0.64% -
XYZ 28.73 31.2 17.08 -
YUV 149.59 101.14 137.57 -
System Red Green Blue C M Y K H S L
Decimal 163 152 102 0 0.07 0.37 0.36 49.18 0.25 0.52
Hex A3 98 66 0 7 25 24 31 19 34
Octal 243 230 146 0 7 45 44 61 31 64
Binary 10100011 10011000 1100110 0 111 100101 100100 110001 11001 110100

Color Harmonies of #A39866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39866

Black with #A39866

Text Example


Text Example

White with #A39866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39866; }

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

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

background-color css

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

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

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

border-color css

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

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

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