Html Css Color HEX #A49066 Pale Oyster

📋 copy color: '#A49066'

red 164 ◦ green 144 ◦ blue 102

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

Shades of Pale Oyster #A49066

Tints of Pale Oyster #A49066

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.12%

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

R = 40%
G = 35.12%
B = 24.88%

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

#A49066 (or 0xA49066) is known color: Pale Oyster. HEX triplet: A4, 90 and 66. RGB value is (164,144,102). Sum of RGB (Red+Green+Blue) = 164+144+102=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 102 (40.23% from 255 or 24.88% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A49066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49066 is #5B6F99. Grayscale: #919191. Windows color (decimal): -5992346 or 6721700. OLE color: 6721700.

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

Color convert

RGB 164 144 102 -
CMYK 0 0.12 0.38 0.36
HSL 40.65º 0.25% 0.52% -
HSV(B) 40.65º 0.38% 0.64% -
XYZ 27.68 28.8 16.67 -
YUV 145.19 103.63 141.42 -
System Red Green Blue C M Y K H S L
Decimal 164 144 102 0 0.12 0.38 0.36 40.65 0.25 0.52
Hex A4 90 66 0 C 26 24 29 19 34
Octal 244 220 146 0 14 46 44 51 31 64
Binary 10100100 10010000 1100110 0 1100 100110 100100 101001 11001 110100

Color Harmonies of #A49066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49066

Black with #A49066

Text Example


Text Example

White with #A49066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49066; }

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

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

background-color css

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

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

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

border-color css

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

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

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