Html Css Color HEX #A08373 Almond Frost

📋 copy color: '#A08373'

red 160 ◦ green 131 ◦ blue 115

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

Shades of Almond Frost #A08373

Tints of Almond Frost #A08373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.33%

R = 39.41%
G = 32.27%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A08373 (or 0xA08373) is known color: Almond Frost. HEX triplet: A0, 83 and 73. RGB value is (160,131,115). Sum of RGB (Red+Green+Blue) = 160+131+115=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 160 - color contains mainly: red. Hex color #A08373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08373 is #5F7C8C. Grayscale: #898989. Windows color (decimal): -6257805 or 7570336. OLE color: 7570336.

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

Color convert

RGB 160 131 115 -
CMYK 0 0.18 0.28 0.37
HSL 21.33º 0.19% 0.54% -
HSV(B) 21.33º 0.28% 0.63% -
XYZ 25.71 24.94 19.68 -
YUV 137.85 115.11 143.8 -
System Red Green Blue C M Y K H S L
Decimal 160 131 115 0 0.18 0.28 0.37 21.33 0.19 0.54
Hex A0 83 73 0 12 1C 25 15 13 36
Octal 240 203 163 0 22 34 45 25 23 66
Binary 10100000 10000011 1110011 0 10010 11100 100101 10101 10011 110110

Color Harmonies of #A08373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08373

Black with #A08373

Text Example


Text Example

White with #A08373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08373; }

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

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

background-color css

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

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

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

border-color css

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

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

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