Html Css Color HEX #948A82 Almond Frost

📋 copy color: '#948A82'

red 148 ◦ green 138 ◦ blue 130

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

Shades of Almond Frost #948A82

Tints of Almond Frost #948A82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.25%

R = 35.58%
G = 33.17%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#948A82 (or 0x948A82) is known color: Almond Frost. HEX triplet: 94, 8A and 82. RGB value is (148,138,130). Sum of RGB (Red+Green+Blue) = 148+138+130=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 148 - color contains mainly: red. Hex color #948A82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948A82 is #6B757D. Grayscale: #8C8C8C. Windows color (decimal): -7042430 or 8555156. OLE color: 8555156.

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

Color convert

RGB 148 138 130 -
CMYK 0 0.07 0.12 0.42
HSL 26.67º 0.08% 0.55% -
HSV(B) 26.67º 0.12% 0.58% -
XYZ 25.33 26.08 24.82 -
YUV 140.08 122.31 133.65 -
System Red Green Blue C M Y K H S L
Decimal 148 138 130 0 0.07 0.12 0.42 26.67 0.08 0.55
Hex 94 8A 82 0 7 C 2A 1B 8 37
Octal 224 212 202 0 7 14 52 33 10 67
Binary 10010100 10001010 10000010 0 111 1100 101010 11011 1000 110111

Color Harmonies of #948A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948A82

Black with #948A82

Text Example


Text Example

White with #948A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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