#A79269

Color #A79269 Pale Oyster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Oyster #A79269

Tints of Pale Oyster #A79269

Color information

#A79269 (or 0xA79269) is unknown color: approx Pale Oyster. HEX triplet: A7, 92 and 69. RGB value is (167,146,105). Sum of RGB (Red+Green+Blue) = 167+146+105=418 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.95% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 167 - color contains mainly: red. Hex color #A79269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79269 is #586D96. Grayscale: #939393. Windows color (decimal): -5795223 or 6918823. OLE color: 6918823.

HSL color Cylindrical-coordinate representation of color #A79269: hue angle of 39.68º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A79269 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB167146105-
CMYK00.130.370.35
HSL39.68º26.05%53.33%-
HSV(B)39.68º37.13%65.49%-
XYZ28.7729.7917.6-
YUV147.6103.96141.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.95%
GREEN value IS 146 (57.42% from 255) = 34.93%
BLUE value IS 105 (41.41% from 255) = 25.12%
R=39.95%
G=34.93%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714610500.130.370.3539.6826.0553.33
HexA792690D2523281a35
Octal2472221510154543503265
Binary101001111001001011010010110110010110001110100011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79269; }

 p { color: rgb(167,146,105); }

 H1.HeaderClassName
 {
   color: #A79269;
 }
 .AnyTagClassName
 {
   color: #A79269;
 }
</style>
background-color css

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

 a { background-color: rgb(167,146,105); }

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

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

 span { border-color: rgb(167,146,105); }

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