Html Css Color HEX #A08C79 Almond Frost

📋 copy color: '#A08C79'

red 160 ◦ green 140 ◦ blue 121

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

Shades of Almond Frost #A08C79

Tints of Almond Frost #A08C79

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.25%

 BLUE value IS 121 (47.66% from 255) = 28.74%

R = 38%
G = 33.25%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A08C79 (or 0xA08C79) is known color: Almond Frost. HEX triplet: A0, 8C and 79. RGB value is (160,140,121). Sum of RGB (Red+Green+Blue) = 160+140+121=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08C79 is #5F7386. Grayscale: #8F8F8F. Windows color (decimal): -6255495 or 7965856. OLE color: 7965856.

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

Color convert

RGB 160 140 121 -
CMYK 0 0.12 0.24 0.37
HSL 29.23º 0.17% 0.55% -
HSV(B) 29.23º 0.24% 0.63% -
XYZ 27.33 27.61 21.98 -
YUV 143.81 115.13 139.54 -
System Red Green Blue C M Y K H S L
Decimal 160 140 121 0 0.12 0.24 0.37 29.23 0.17 0.55
Hex A0 8C 79 0 C 18 25 1D 11 37
Octal 240 214 171 0 14 30 45 35 21 67
Binary 10100000 10001100 1111001 0 1100 11000 100101 11101 10001 110111

Color Harmonies of #A08C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08C79

Black with #A08C79

Text Example


Text Example

White with #A08C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08C79; }

 p { color: rgb(160,140,121); }

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

background-color css

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

 a { background-color: rgb(160,140,121); }

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

border-color css

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

 span { border-color: rgb(160,140,121); }

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