Html Css Color HEX #948A81 Almond Frost

📋 copy color: '#948A81'

red 148 ◦ green 138 ◦ blue 129

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

Shades of Almond Frost #948A81

Tints of Almond Frost #948A81

RGB

 RED value IS 148 (58.2% from 255) = 35.66%

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

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

R = 35.66%
G = 33.25%
B = 31.08%

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

#948A81 (or 0x948A81) is known color: Almond Frost. HEX triplet: 94, 8A and 81. RGB value is (148,138,129). Sum of RGB (Red+Green+Blue) = 148+138+129=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 148 - color contains mainly: red. Hex color #948A81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948A81 is #6B757E. Grayscale: #8C8C8C. Windows color (decimal): -7042431 or 8489620. OLE color: 8489620.

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

Color convert

RGB 148 138 129 -
CMYK 0 0.07 0.13 0.42
HSL 28.42º 0.08% 0.54% -
HSV(B) 28.42º 0.13% 0.58% -
XYZ 25.26 26.06 24.47 -
YUV 139.96 121.81 133.73 -
System Red Green Blue C M Y K H S L
Decimal 148 138 129 0 0.07 0.13 0.42 28.42 0.08 0.54
Hex 94 8A 81 0 7 D 2A 1C 8 36
Octal 224 212 201 0 7 15 52 34 10 66
Binary 10010100 10001010 10000001 0 111 1101 101010 11100 1000 110110

Color Harmonies of #948A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948A81

Black with #948A81

Text Example


Text Example

White with #948A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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