Html Css Color HEX #948A83 Almond Frost

📋 copy color: '#948A83'

red 148 ◦ green 138 ◦ blue 131

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

Shades of Almond Frost #948A83

Tints of Almond Frost #948A83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.41%

R = 35.49%
G = 33.09%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#948A83 (or 0x948A83) is known color: Almond Frost. HEX triplet: 94, 8A and 83. RGB value is (148,138,131). Sum of RGB (Red+Green+Blue) = 148+138+131=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 148 - color contains mainly: red. Hex color #948A83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948A83 is #6B757C. Grayscale: #8C8C8C. Windows color (decimal): -7042429 or 8620692. OLE color: 8620692.

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

Color convert

RGB 148 138 131 -
CMYK 0 0.07 0.11 0.42
HSL 24.71º 0.07% 0.55% -
HSV(B) 24.71º 0.11% 0.58% -
XYZ 25.4 26.11 25.17 -
YUV 140.19 122.81 133.57 -
System Red Green Blue C M Y K H S L
Decimal 148 138 131 0 0.07 0.11 0.42 24.71 0.07 0.55
Hex 94 8A 83 0 7 B 2A 19 7 37
Octal 224 212 203 0 7 13 52 31 7 67
Binary 10010100 10001010 10000011 0 111 1011 101010 11001 111 110111

Color Harmonies of #948A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948A83

Black with #948A83

Text Example


Text Example

White with #948A83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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