Html Css Color HEX #A08A83 Almond Frost

📋 copy color: '#A08A83'

red 160 ◦ green 138 ◦ blue 131

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

Shades of Almond Frost #A08A83

Tints of Almond Frost #A08A83

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.17%

 BLUE value IS 131 (51.56% from 255) = 30.54%

R = 37.3%
G = 32.17%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A08A83 (or 0xA08A83) is known color: Almond Frost. HEX triplet: A0, 8A and 83. RGB value is (160,138,131). Sum of RGB (Red+Green+Blue) = 160+138+131=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08A83 is #5F757C. Grayscale: #8F8F8F. Windows color (decimal): -6255997 or 8620704. OLE color: 8620704.

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

Color convert

RGB 160 138 131 -
CMYK 0 0.14 0.18 0.37
HSL 14.48º 0.13% 0.57% -
HSV(B) 14.48º 0.18% 0.63% -
XYZ 27.68 27.29 25.28 -
YUV 143.78 120.79 139.57 -
System Red Green Blue C M Y K H S L
Decimal 160 138 131 0 0.14 0.18 0.37 14.48 0.13 0.57
Hex A0 8A 83 0 E 12 25 E D 39
Octal 240 212 203 0 16 22 45 16 15 71
Binary 10100000 10001010 10000011 0 1110 10010 100101 1110 1101 111001

Color Harmonies of #A08A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08A83

Black with #A08A83

Text Example


Text Example

White with #A08A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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