#A69372

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

Shades of Pale Oyster #A69372

Tints of Pale Oyster #A69372

Color information

#A69372 (or 0xA69372) is unknown color: approx Pale Oyster. HEX triplet: A6, 93 and 72. RGB value is (166,147,114). Sum of RGB (Red+Green+Blue) = 166+147+114=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 166 - color contains mainly: red. Hex color #A69372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69372 is #596C8D. Grayscale: #959595. Windows color (decimal): -5860494 or 7508902. OLE color: 7508902.

HSL color Cylindrical-coordinate representation of color #A69372: hue angle of 38.08º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A69372 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB166147114-
CMYK00.110.310.35
HSL38.08º22.61%54.9%-
HSV(B)38.08º31.33%65.1%-
XYZ29.230.1920.21-
YUV148.92108.29140.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 147 (57.81% from 255) = 34.43%
BLUE value IS 114 (44.92% from 255) = 26.70%
R=38.88%
G=34.43%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614711400.110.310.3538.0822.6154.9
HexA693720B1F23261737
Octal2462231620133743462767
Binary10100110100100111110010010111111110001110011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69372; }

 p { color: rgb(166,147,114); }

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

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

 a { background-color: rgb(166,147,114); }

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

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

 span { border-color: rgb(166,147,114); }

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