Html Css Color HEX #A08271 Almond Frost

📋 copy color: '#A08271'

red 160 ◦ green 130 ◦ blue 113

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

Shades of Almond Frost #A08271

Tints of Almond Frost #A08271

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.26%

 BLUE value IS 113 (44.53% from 255) = 28.04%

R = 39.7%
G = 32.26%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A08271 (or 0xA08271) is known color: Almond Frost. HEX triplet: A0, 82 and 71. RGB value is (160,130,113). Sum of RGB (Red+Green+Blue) = 160+130+113=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 160 - color contains mainly: red. Hex color #A08271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08271 is #5F7D8E. Grayscale: #898989. Windows color (decimal): -6258063 or 7439008. OLE color: 7439008.

HSL color Cylindrical-coordinate representation of color #A08271: hue angle of 21.7º degrees, saturation: 0.2, 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 #A08271 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 130 113 -
CMYK 0 0.19 0.29 0.37
HSL 21.7º 0.2% 0.54% -
HSV(B) 21.7º 0.29% 0.63% -
XYZ 25.46 24.63 19.04 -
YUV 137.03 114.44 144.38 -
System Red Green Blue C M Y K H S L
Decimal 160 130 113 0 0.19 0.29 0.37 21.7 0.2 0.54
Hex A0 82 71 0 13 1D 25 16 14 36
Octal 240 202 161 0 23 35 45 26 24 66
Binary 10100000 10000010 1110001 0 10011 11101 100101 10110 10100 110110

Color Harmonies of #A08271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08271

Black with #A08271

Text Example


Text Example

White with #A08271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08271; }

 p { color: rgb(160,130,113); }

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

background-color css

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

 a { background-color: rgb(160,130,113); }

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

border-color css

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

 span { border-color: rgb(160,130,113); }

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