Html Css Color HEX #958A81 Almond Frost

📋 copy color: '#958A81'

red 149 ◦ green 138 ◦ blue 129

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

Shades of Almond Frost #958A81

Tints of Almond Frost #958A81

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.17%

 BLUE value IS 129 (50.78% from 255) = 31.01%

R = 35.82%
G = 33.17%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#958A81 (or 0x958A81) is known color: Almond Frost. HEX triplet: 95, 8A and 81. RGB value is (149,138,129). Sum of RGB (Red+Green+Blue) = 149+138+129=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 149 - color contains mainly: red. Hex color #958A81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958A81 is #6A757E. Grayscale: #8C8C8C. Windows color (decimal): -6976895 or 8489621. OLE color: 8489621.

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

Color convert

RGB 149 138 129 -
CMYK 0 0.07 0.13 0.42
HSL 27º 0.09% 0.55% -
HSV(B) 27º 0.13% 0.58% -
XYZ 25.45 26.15 24.48 -
YUV 140.26 121.64 134.23 -
System Red Green Blue C M Y K H S L
Decimal 149 138 129 0 0.07 0.13 0.42 27 0.09 0.55
Hex 95 8A 81 0 7 D 2A 1B 9 37
Octal 225 212 201 0 7 15 52 33 11 67
Binary 10010101 10001010 10000001 0 111 1101 101010 11011 1001 110111

Color Harmonies of #958A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958A81

Black with #958A81

Text Example


Text Example

White with #958A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958A81; }

 p { color: rgb(149,138,129); }

 H1.HeaderClassName
 {
   color: #958A81;
 }
 .AnyTagClassName
 {
   color: #958A81;
 }
</style>

background-color css

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

 a { background-color: rgb(149,138,129); }

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

border-color css

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

 span { border-color: rgb(149,138,129); }

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