#9A877F

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

Shades of Almond Frost #9A877F

Tints of Almond Frost #9A877F

Color information

#9A877F (or 0x9A877F) is unknown color: approx Almond Frost. HEX triplet: 9A, 87 and 7F. RGB value is (154,135,127). Sum of RGB (Red+Green+Blue) = 154+135+127=416 (55% of max value = 765). Red value is 154 (60.55% from 255 or 37.02% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 154 - color contains mainly: red. Hex color #9A877F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A877F is #657880. Grayscale: #8B8B8B. Windows color (decimal): -6649985 or 8357786. OLE color: 8357786.

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

Color convert

RGB154135127-
CMYK00.120.180.40
HSL17.78º11.79%55.1%-
HSV(B)17.78º17.53%60.39%-
XYZ25.8225.7323.68-
YUV139.77120.79138.15-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.02%
GREEN value IS 135 (53.12% from 255) = 32.45%
BLUE value IS 127 (50% from 255) = 30.53%
R=37.02%
G=32.45%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15413512700.120.180.4017.7811.7955.1
Hex9A877F0C122812c37
Octal2322071770142250221467
Binary100110101000011111111110110010010101000100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A877F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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