Html Css Color HEX #A49265 Pale Oyster

📋 copy color: '#A49265'

red 164 ◦ green 146 ◦ blue 101

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

Shades of Pale Oyster #A49265

Tints of Pale Oyster #A49265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.57%

R = 39.9%
G = 35.52%
B = 24.57%

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

#A49265 (or 0xA49265) is known color: Pale Oyster. HEX triplet: A4, 92 and 65. RGB value is (164,146,101). Sum of RGB (Red+Green+Blue) = 164+146+101=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A49265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49265 is #5B6D9A. Grayscale: #929292. Windows color (decimal): -5991835 or 6656676. OLE color: 6656676.

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

Color convert

RGB 164 146 101 -
CMYK 0 0.11 0.38 0.36
HSL 42.86º 0.26% 0.52% -
HSV(B) 42.86º 0.38% 0.64% -
XYZ 27.94 29.39 16.51 -
YUV 146.25 102.46 140.66 -
System Red Green Blue C M Y K H S L
Decimal 164 146 101 0 0.11 0.38 0.36 42.86 0.26 0.52
Hex A4 92 65 0 B 26 24 2B 1A 34
Octal 244 222 145 0 13 46 44 53 32 64
Binary 10100100 10010010 1100101 0 1011 100110 100100 101011 11010 110100

Color Harmonies of #A49265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49265

Black with #A49265

Text Example


Text Example

White with #A49265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49265; }

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

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

background-color css

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

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

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

border-color css

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

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

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