#A69467

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

Shades of Pale Oyster #A69467

Tints of Pale Oyster #A69467

Color information

#A69467 (or 0xA69467) is unknown color: approx Pale Oyster. HEX triplet: A6, 94 and 67. RGB value is (166,148,103). Sum of RGB (Red+Green+Blue) = 166+148+103=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 103 (40.62% from 255 or 24.70% from 417); Max value from RGB is 166 - color contains mainly: red. Hex color #A69467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69467 is #596B98. Grayscale: #949494. Windows color (decimal): -5860249 or 6788262. OLE color: 6788262.

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

Color convert

RGB166148103-
CMYK00.110.380.35
HSL42.86º26.14%52.75%-
HSV(B)42.86º37.95%65.1%-
XYZ28.7630.2717.16-
YUV148.25102.46140.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.81%
GREEN value IS 148 (58.20% from 255) = 35.49%
BLUE value IS 103 (40.62% from 255) = 24.70%
R=39.81%
G=35.49%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614810300.110.380.3542.8626.1452.75
HexA694670B26232b1a35
Octal2462241470134643533265
Binary101001101001010011001110101110011010001110101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69467; }

 p { color: rgb(166,148,103); }

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

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

 a { background-color: rgb(166,148,103); }

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

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

 span { border-color: rgb(166,148,103); }

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