Html Css Color HEX #95857A Almond Frost

📋 copy color: '#95857A'

red 149 ◦ green 133 ◦ blue 122

#95857A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Almond Frost #95857A

Tints of Almond Frost #95857A

RGB

 RED value IS 149 (58.59% from 255) = 36.88%

 GREEN value IS 133 (52.34% from 255) = 32.92%

 BLUE value IS 122 (48.05% from 255) = 30.2%

R = 36.88%
G = 32.92%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#95857A (or 0x95857A) is known color: Almond Frost. HEX triplet: 95, 85 and 7A. RGB value is (149,133,122). Sum of RGB (Red+Green+Blue) = 149+133+122=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 149 - color contains mainly: red. Hex color #95857A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95857A is #6A7A85. Grayscale: #888888. Windows color (decimal): -6978182 or 8029589. OLE color: 8029589.

HSL color Cylindrical-coordinate representation of color #95857A: hue angle of 24.44º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #95857A is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 133 122 -
CMYK 0 0.11 0.18 0.42
HSL 24.44º 0.11% 0.53% -
HSV(B) 24.44º 0.18% 0.58% -
XYZ 24.29 24.57 21.87 -
YUV 136.53 119.8 136.89 -
System Red Green Blue C M Y K H S L
Decimal 149 133 122 0 0.11 0.18 0.42 24.44 0.11 0.53
Hex 95 85 7A 0 B 12 2A 18 B 35
Octal 225 205 172 0 13 22 52 30 13 65
Binary 10010101 10000101 1111010 0 1011 10010 101010 11000 1011 110101

Color Harmonies of #95857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95857A

Black with #95857A

Text Example


Text Example

White with #95857A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95857A; }

 p { color: rgb(149,133,122); }

 H1.HeaderClassName
 {
   color: #95857A;
 }
 .AnyTagClassName
 {
   color: #95857A;
 }
</style>

background-color css

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

 a { background-color: rgb(149,133,122); }

 div.DivClassName
 {
   background-color: #95857A;
 }
 .BgClassName
 {
   background-color: #95857A;
 }
</style>

border-color css

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

 span { border-color: rgb(149,133,122); }

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