Html Css Color HEX #A49166 Pale Oyster

📋 copy color: '#A49166'

red 164 ◦ green 145 ◦ blue 102

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

Shades of Pale Oyster #A49166

Tints of Pale Oyster #A49166

RGB

 RED value IS 164 (64.45% from 255) = 39.9%

 GREEN value IS 145 (57.03% from 255) = 35.28%

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

R = 39.9%
G = 35.28%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A49166 (or 0xA49166) is known color: Pale Oyster. HEX triplet: A4, 91 and 66. RGB value is (164,145,102). Sum of RGB (Red+Green+Blue) = 164+145+102=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A49166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49166 is #5B6E99. Grayscale: #919191. Windows color (decimal): -5992090 or 6721956. OLE color: 6721956.

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

Color convert

RGB 164 145 102 -
CMYK 0 0.12 0.38 0.36
HSL 41.61º 0.25% 0.52% -
HSV(B) 41.61º 0.38% 0.64% -
XYZ 27.83 29.1 16.72 -
YUV 145.78 103.29 141 -
System Red Green Blue C M Y K H S L
Decimal 164 145 102 0 0.12 0.38 0.36 41.61 0.25 0.52
Hex A4 91 66 0 C 26 24 2A 19 34
Octal 244 221 146 0 14 46 44 52 31 64
Binary 10100100 10010001 1100110 0 1100 100110 100100 101010 11001 110100

Color Harmonies of #A49166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49166

Black with #A49166

Text Example


Text Example

White with #A49166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49166; }

 p { color: rgb(164,145,102); }

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

background-color css

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

 a { background-color: rgb(164,145,102); }

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

border-color css

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

 span { border-color: rgb(164,145,102); }

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