#958274

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

Shades of Almond Frost #958274

Tints of Almond Frost #958274

Color information

#958274 (or 0x958274) is unknown color: approx Almond Frost. HEX triplet: 95, 82 and 74. RGB value is (149,130,116). Sum of RGB (Red+Green+Blue) = 149+130+116=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 149 - color contains mainly: red. Hex color #958274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958274 is #6A7D8B. Grayscale: #868686. Windows color (decimal): -6978956 or 7635605. OLE color: 7635605.

HSL color Cylindrical-coordinate representation of color #958274: hue angle of 25.45º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #958274 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB149130116-
CMYK00.130.220.42
HSL25.45º13.47%51.96%-
HSV(B)25.45º22.15%58.43%-
XYZ23.5323.6219.84-
YUV134.08117.79138.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.72%
GREEN value IS 130 (51.17% from 255) = 32.91%
BLUE value IS 116 (45.70% from 255) = 29.37%
R=37.72%
G=32.91%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913011600.130.220.4225.4513.4751.96
Hex9582740D162A19d34
Octal2252021640152652311564
Binary100101011000001011101000110110110101010110011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958274; }

 p { color: rgb(149,130,116); }

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

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

 a { background-color: rgb(149,130,116); }

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

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

 span { border-color: rgb(149,130,116); }

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