#A79367

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

Shades of Pale Oyster #A79367

Tints of Pale Oyster #A79367

Color information

#A79367 (or 0xA79367) is unknown color: approx Pale Oyster. HEX triplet: A7, 93 and 67. RGB value is (167,147,103). Sum of RGB (Red+Green+Blue) = 167+147+103=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 103 (40.62% from 255 or 24.70% from 417); Max value from RGB is 167 - color contains mainly: red. Hex color #A79367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79367 is #586C98. Grayscale: #949494. Windows color (decimal): -5794969 or 6788007. OLE color: 6788007.

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

Color convert

RGB167147103-
CMYK00.120.380.35
HSL41.25º26.67%52.94%-
HSV(B)41.25º38.32%65.49%-
XYZ28.8230.0617.12-
YUV147.96102.63141.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.05%
GREEN value IS 147 (57.81% from 255) = 35.25%
BLUE value IS 103 (40.62% from 255) = 24.70%
R=40.05%
G=35.25%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714710300.120.380.3541.2526.6752.94
HexA793670C2623291b35
Octal2472231470144643513365
Binary101001111001001111001110110010011010001110100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79367; }

 p { color: rgb(167,147,103); }

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

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

 a { background-color: rgb(167,147,103); }

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

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

 span { border-color: rgb(167,147,103); }

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