#9A877B

Color #9A877B Almond Frost (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Almond Frost #9A877B

Tints of Almond Frost #9A877B

Color information

#9A877B (or 0x9A877B) is unknown color: approx Almond Frost. HEX triplet: 9A, 87 and 7B. RGB value is (154,135,123). Sum of RGB (Red+Green+Blue) = 154+135+123=412 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.38% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 154 - color contains mainly: red. Hex color #9A877B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A877B is #657884. Grayscale: #8B8B8B. Windows color (decimal): -6649989 or 8095642. OLE color: 8095642.

HSL color Cylindrical-coordinate representation of color #9A877B: hue angle of 23.23º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9A877B is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB154135123-
CMYK00.120.200.40
HSL23.23º13.3%54.31%-
HSV(B)23.23º20.13%60.39%-
XYZ25.5725.6322.34-
YUV139.31118.79138.48-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.38%
GREEN value IS 135 (53.12% from 255) = 32.77%
BLUE value IS 123 (48.44% from 255) = 29.85%
R=37.38%
G=32.77%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15413512300.120.200.4023.2313.354.31
Hex9A877B0C142817d36
Octal2322071730142450271566
Binary100110101000011111110110110010100101000101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A877B; }

 p { color: rgb(154,135,123); }

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

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

 a { background-color: rgb(154,135,123); }

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

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

 span { border-color: rgb(154,135,123); }

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