Html Css Color HEX #A08372 Almond Frost

📋 copy color: '#A08372'

red 160 ◦ green 131 ◦ blue 114

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

Shades of Almond Frost #A08372

Tints of Almond Frost #A08372

RGB

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

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

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

R = 39.51%
G = 32.35%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A08372 (or 0xA08372) is known color: Almond Frost. HEX triplet: A0, 83 and 72. RGB value is (160,131,114). Sum of RGB (Red+Green+Blue) = 160+131+114=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 160 - color contains mainly: red. Hex color #A08372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08372 is #5F7C8D. Grayscale: #898989. Windows color (decimal): -6257806 or 7504800. OLE color: 7504800.

HSL color Cylindrical-coordinate representation of color #A08372: hue angle of 22.17º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A08372 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 131 114 -
CMYK 0 0.18 0.29 0.37
HSL 22.17º 0.19% 0.54% -
HSV(B) 22.17º 0.29% 0.63% -
XYZ 25.65 24.92 19.38 -
YUV 137.73 114.61 143.88 -
System Red Green Blue C M Y K H S L
Decimal 160 131 114 0 0.18 0.29 0.37 22.17 0.19 0.54
Hex A0 83 72 0 12 1D 25 16 13 36
Octal 240 203 162 0 22 35 45 26 23 66
Binary 10100000 10000011 1110010 0 10010 11101 100101 10110 10011 110110

Color Harmonies of #A08372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08372

Black with #A08372

Text Example


Text Example

White with #A08372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08372; }

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

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

background-color css

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

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

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

border-color css

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

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

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