Html Css Color HEX #948175 Almond Frost

📋 copy color: '#948175'

red 148 ◦ green 129 ◦ blue 117

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

Shades of Almond Frost #948175

Tints of Almond Frost #948175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.7%

R = 37.56%
G = 32.74%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#948175 (or 0x948175) is known color: Almond Frost. HEX triplet: 94, 81 and 75. RGB value is (148,129,117). Sum of RGB (Red+Green+Blue) = 148+129+117=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 148 - color contains mainly: red. Hex color #948175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948175 is #6B7E8A. Grayscale: #858585. Windows color (decimal): -7044747 or 7700884. OLE color: 7700884.

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

Color convert

RGB 148 129 117 -
CMYK 0 0.13 0.21 0.42
HSL 23.23º 0.13% 0.52% -
HSV(B) 23.23º 0.21% 0.58% -
XYZ 23.27 23.28 20.1 -
YUV 133.31 118.79 138.48 -
System Red Green Blue C M Y K H S L
Decimal 148 129 117 0 0.13 0.21 0.42 23.23 0.13 0.52
Hex 94 81 75 0 D 15 2A 17 D 34
Octal 224 201 165 0 15 25 52 27 15 64
Binary 10010100 10000001 1110101 0 1101 10101 101010 10111 1101 110100

Color Harmonies of #948175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948175

Black with #948175

Text Example


Text Example

White with #948175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948175; }

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

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

background-color css

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

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

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

border-color css

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

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

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