Html Css Color HEX #A08370 Almond Frost

📋 copy color: '#A08370'

red 160 ◦ green 131 ◦ blue 112

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

Shades of Almond Frost #A08370

Tints of Almond Frost #A08370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.51%

 BLUE value IS 112 (44.14% from 255) = 27.79%

R = 39.7%
G = 32.51%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A08370 (or 0xA08370) is known color: Almond Frost. HEX triplet: A0, 83 and 70. RGB value is (160,131,112). Sum of RGB (Red+Green+Blue) = 160+131+112=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 160 - color contains mainly: red. Hex color #A08370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08370 is #5F7C8F. Grayscale: #898989. Windows color (decimal): -6257808 or 7373728. OLE color: 7373728.

HSL color Cylindrical-coordinate representation of color #A08370: hue angle of 23.75º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A08370 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 131 112 -
CMYK 0 0.18 0.30 0.37
HSL 23.75º 0.2% 0.53% -
HSV(B) 23.75º 0.3% 0.63% -
XYZ 25.54 24.88 18.78 -
YUV 137.51 113.61 144.04 -
System Red Green Blue C M Y K H S L
Decimal 160 131 112 0 0.18 0.30 0.37 23.75 0.2 0.53
Hex A0 83 70 0 12 1E 25 18 14 35
Octal 240 203 160 0 22 36 45 30 24 65
Binary 10100000 10000011 1110000 0 10010 11110 100101 11000 10100 110101

Color Harmonies of #A08370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08370

Black with #A08370

Text Example


Text Example

White with #A08370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08370; }

 p { color: rgb(160,131,112); }

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

background-color css

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

 a { background-color: rgb(160,131,112); }

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

border-color css

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

 span { border-color: rgb(160,131,112); }

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