Html Css Color HEX #908883 Almond Frost

📋 copy color: '#908883'

red 144 ◦ green 136 ◦ blue 131

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

Shades of Almond Frost #908883

Tints of Almond Frost #908883

RGB

 RED value IS 144 (56.64% from 255) = 35.04%

 GREEN value IS 136 (53.52% from 255) = 33.09%

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

R = 35.04%
G = 33.09%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#908883 (or 0x908883) is known color: Almond Frost. HEX triplet: 90, 88 and 83. RGB value is (144,136,131). Sum of RGB (Red+Green+Blue) = 144+136+131=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 131 (51.56% from 255 or 31.87% from 411); Max value from RGB is 144 - color contains mainly: red. Hex color #908883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908883 is #6F777C. Grayscale: #898989. Windows color (decimal): -7305085 or 8620176. OLE color: 8620176.

HSL color Cylindrical-coordinate representation of color #908883: hue angle of 23.08º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #908883 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 136 131 -
CMYK 0 0.06 0.09 0.44
HSL 23.08º 0.06% 0.54% -
HSV(B) 23.08º 0.09% 0.56% -
XYZ 24.4 25.18 25.05 -
YUV 137.82 124.15 132.41 -
System Red Green Blue C M Y K H S L
Decimal 144 136 131 0 0.06 0.09 0.44 23.08 0.06 0.54
Hex 90 88 83 0 6 9 2C 17 6 36
Octal 220 210 203 0 6 11 54 27 6 66
Binary 10010000 10001000 10000011 0 110 1001 101100 10111 110 110110

Color Harmonies of #908883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908883

Black with #908883

Text Example


Text Example

White with #908883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908883; }

 p { color: rgb(144,136,131); }

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

background-color css

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

 a { background-color: rgb(144,136,131); }

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

border-color css

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

 span { border-color: rgb(144,136,131); }

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