Html Css Color HEX #A08878 Almond Frost

📋 copy color: '#A08878'

red 160 ◦ green 136 ◦ blue 120

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

Shades of Almond Frost #A08878

Tints of Almond Frost #A08878

RGB

 RED value IS 160 (62.89% from 255) = 38.46%

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

 BLUE value IS 120 (47.27% from 255) = 28.85%

R = 38.46%
G = 32.69%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A08878 (or 0xA08878) is known color: Almond Frost. HEX triplet: A0, 88 and 78. RGB value is (160,136,120). Sum of RGB (Red+Green+Blue) = 160+136+120=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 160 - color contains mainly: red. Hex color #A08878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08878 is #5F7787. Grayscale: #8D8D8D. Windows color (decimal): -6256520 or 7899296. OLE color: 7899296.

HSL color Cylindrical-coordinate representation of color #A08878: hue angle of 24º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A08878 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 136 120 -
CMYK 0 0.15 0.25 0.37
HSL 24º 0.17% 0.55% -
HSV(B) 24º 0.25% 0.63% -
XYZ 26.69 26.44 21.47 -
YUV 141.35 115.95 141.3 -
System Red Green Blue C M Y K H S L
Decimal 160 136 120 0 0.15 0.25 0.37 24 0.17 0.55
Hex A0 88 78 0 F 19 25 18 11 37
Octal 240 210 170 0 17 31 45 30 21 67
Binary 10100000 10001000 1111000 0 1111 11001 100101 11000 10001 110111

Color Harmonies of #A08878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08878

Black with #A08878

Text Example


Text Example

White with #A08878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08878; }

 p { color: rgb(160,136,120); }

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

background-color css

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

 a { background-color: rgb(160,136,120); }

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

border-color css

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

 span { border-color: rgb(160,136,120); }

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