Html Css Color HEX #A39662 Gurkha

📋 copy color: '#A39662'

red 163 ◦ green 150 ◦ blue 98

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

Shades of Gurkha #A39662

Tints of Gurkha #A39662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.84%

R = 39.66%
G = 36.5%
B = 23.84%

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

#A39662 (or 0xA39662) is known color: Gurkha. HEX triplet: A3, 96 and 62. RGB value is (163,150,98). Sum of RGB (Red+Green+Blue) = 163+150+98=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 98 (38.67% from 255 or 23.84% from 411); Max value from RGB is 163 - color contains mainly: red. Hex color #A39662 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39662 is #5C699D. Grayscale: #949494. Windows color (decimal): -6056350 or 6461091. OLE color: 6461091.

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

Color convert

RGB 163 150 98 -
CMYK 0 0.08 0.40 0.36
HSL 48º 0.26% 0.51% -
HSV(B) 48º 0.4% 0.64% -
XYZ 28.22 30.48 15.95 -
YUV 147.96 99.81 138.73 -
System Red Green Blue C M Y K H S L
Decimal 163 150 98 0 0.08 0.40 0.36 48 0.26 0.51
Hex A3 96 62 0 8 28 24 30 1A 33
Octal 243 226 142 0 10 50 44 60 32 63
Binary 10100011 10010110 1100010 0 1000 101000 100100 110000 11010 110011

Color Harmonies of #A39662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39662

Black with #A39662

Text Example


Text Example

White with #A39662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39662; }

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

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

background-color css

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

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

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

border-color css

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

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

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