Html Css Color HEX #998572 Almond Frost

📋 copy color: '#998572'

red 153 ◦ green 133 ◦ blue 114

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

Shades of Almond Frost #998572

Tints of Almond Frost #998572

RGB

 RED value IS 153 (60.16% from 255) = 38.25%

 GREEN value IS 133 (52.34% from 255) = 33.25%

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

R = 38.25%
G = 33.25%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#998572 (or 0x998572) is known color: Almond Frost. HEX triplet: 99, 85 and 72. RGB value is (153,133,114). Sum of RGB (Red+Green+Blue) = 153+133+114=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 153 - color contains mainly: red. Hex color #998572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998572 is #667A8D. Grayscale: #888888. Windows color (decimal): -6716046 or 7505305. OLE color: 7505305.

HSL color Cylindrical-coordinate representation of color #998572: hue angle of 29.23º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #998572 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 133 114 -
CMYK 0 0.13 0.25 0.4
HSL 29.23º 0.16% 0.52% -
HSV(B) 29.23º 0.25% 0.6% -
XYZ 24.56 24.76 19.4 -
YUV 136.81 115.13 139.54 -
System Red Green Blue C M Y K H S L
Decimal 153 133 114 0 0.13 0.25 0.4 29.23 0.16 0.52
Hex 99 85 72 0 D 19 28 1D 10 34
Octal 231 205 162 0 15 31 50 35 20 64
Binary 10011001 10000101 1110010 0 1101 11001 101000 11101 10000 110100

Color Harmonies of #998572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998572

Black with #998572

Text Example


Text Example

White with #998572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998572; }

 p { color: rgb(153,133,114); }

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

background-color css

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

 a { background-color: rgb(153,133,114); }

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

border-color css

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

 span { border-color: rgb(153,133,114); }

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