Html Css Color HEX #A49266 Pale Oyster

📋 copy color: '#A49266'

red 164 ◦ green 146 ◦ blue 102

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

Shades of Pale Oyster #A49266

Tints of Pale Oyster #A49266

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.44%

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

R = 39.81%
G = 35.44%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A49266 (or 0xA49266) is known color: Pale Oyster. HEX triplet: A4, 92 and 66. RGB value is (164,146,102). Sum of RGB (Red+Green+Blue) = 164+146+102=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A49266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49266 is #5B6D99. Grayscale: #929292. Windows color (decimal): -5991834 or 6722212. OLE color: 6722212.

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

Color convert

RGB 164 146 102 -
CMYK 0 0.11 0.38 0.36
HSL 42.58º 0.25% 0.52% -
HSV(B) 42.58º 0.38% 0.64% -
XYZ 27.99 29.41 16.77 -
YUV 146.37 102.96 140.58 -
System Red Green Blue C M Y K H S L
Decimal 164 146 102 0 0.11 0.38 0.36 42.58 0.25 0.52
Hex A4 92 66 0 B 26 24 2B 19 34
Octal 244 222 146 0 13 46 44 53 31 64
Binary 10100100 10010010 1100110 0 1011 100110 100100 101011 11001 110100

Color Harmonies of #A49266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49266

Black with #A49266

Text Example


Text Example

White with #A49266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49266; }

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

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

background-color css

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

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

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

border-color css

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

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

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