Html Css Color HEX #948273 Almond Frost

📋 copy color: '#948273'

red 148 ◦ green 130 ◦ blue 115

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

Shades of Almond Frost #948273

Tints of Almond Frost #948273

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.08%

 BLUE value IS 115 (45.31% from 255) = 29.26%

R = 37.66%
G = 33.08%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#948273 (or 0x948273) is known color: Almond Frost. HEX triplet: 94, 82 and 73. RGB value is (148,130,115). Sum of RGB (Red+Green+Blue) = 148+130+115=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 148 - color contains mainly: red. Hex color #948273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948273 is #6B7D8C. Grayscale: #858585. Windows color (decimal): -7044493 or 7570068. OLE color: 7570068.

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

Color convert

RGB 148 130 115 -
CMYK 0 0.12 0.22 0.42
HSL 27.27º 0.13% 0.52% -
HSV(B) 27.27º 0.22% 0.58% -
XYZ 23.29 23.5 19.53 -
YUV 133.67 117.46 138.22 -
System Red Green Blue C M Y K H S L
Decimal 148 130 115 0 0.12 0.22 0.42 27.27 0.13 0.52
Hex 94 82 73 0 C 16 2A 1B D 34
Octal 224 202 163 0 14 26 52 33 15 64
Binary 10010100 10000010 1110011 0 1100 10110 101010 11011 1101 110100

Color Harmonies of #948273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948273

Black with #948273

Text Example


Text Example

White with #948273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948273; }

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

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

background-color css

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

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

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

border-color css

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

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

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