Html Css Color HEX #A39466 Gurkha

📋 copy color: '#A39466'

red 163 ◦ green 148 ◦ blue 102

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

Shades of Gurkha #A39466

Tints of Gurkha #A39466

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.84%

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

R = 39.47%
G = 35.84%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A39466 (or 0xA39466) is known color: Gurkha. HEX triplet: A3, 94 and 66. RGB value is (163,148,102). Sum of RGB (Red+Green+Blue) = 163+148+102=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 163 - color contains mainly: red. Hex color #A39466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39466 is #5C6B99. Grayscale: #939393. Windows color (decimal): -6056858 or 6722723. OLE color: 6722723.

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

Color convert

RGB 163 148 102 -
CMYK 0 0.09 0.37 0.36
HSL 45.25º 0.25% 0.52% -
HSV(B) 45.25º 0.37% 0.64% -
XYZ 28.09 29.93 16.87 -
YUV 147.24 102.47 139.24 -
System Red Green Blue C M Y K H S L
Decimal 163 148 102 0 0.09 0.37 0.36 45.25 0.25 0.52
Hex A3 94 66 0 9 25 24 2D 19 34
Octal 243 224 146 0 11 45 44 55 31 64
Binary 10100011 10010100 1100110 0 1001 100101 100100 101101 11001 110100

Color Harmonies of #A39466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39466

Black with #A39466

Text Example


Text Example

White with #A39466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39466; }

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

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

background-color css

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

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

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

border-color css

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

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

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