Html Css Color HEX #948172 Almond Frost

📋 copy color: '#948172'

red 148 ◦ green 129 ◦ blue 114

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

Shades of Almond Frost #948172

Tints of Almond Frost #948172

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.99%

 BLUE value IS 114 (44.92% from 255) = 29.16%

R = 37.85%
G = 32.99%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#948172 (or 0x948172) is known color: Almond Frost. HEX triplet: 94, 81 and 72. RGB value is (148,129,114). Sum of RGB (Red+Green+Blue) = 148+129+114=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 148 - color contains mainly: red. Hex color #948172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948172 is #6B7E8D. Grayscale: #858585. Windows color (decimal): -7044750 or 7504276. OLE color: 7504276.

HSL color Cylindrical-coordinate representation of color #948172: hue angle of 26.47º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #948172 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 129 114 -
CMYK 0 0.13 0.23 0.42
HSL 26.47º 0.14% 0.51% -
HSV(B) 26.47º 0.23% 0.58% -
XYZ 23.1 23.21 19.18 -
YUV 132.97 117.29 138.72 -
System Red Green Blue C M Y K H S L
Decimal 148 129 114 0 0.13 0.23 0.42 26.47 0.14 0.51
Hex 94 81 72 0 D 17 2A 1A E 33
Octal 224 201 162 0 15 27 52 32 16 63
Binary 10010100 10000001 1110010 0 1101 10111 101010 11010 1110 110011

Color Harmonies of #948172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948172

Black with #948172

Text Example


Text Example

White with #948172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948172; }

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

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

background-color css

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

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

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

border-color css

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

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

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