Html Css Color HEX #A08476 Almond Frost

📋 copy color: '#A08476'

red 160 ◦ green 132 ◦ blue 118

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

Shades of Almond Frost #A08476

Tints of Almond Frost #A08476

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.2%

 BLUE value IS 118 (46.48% from 255) = 28.78%

R = 39.02%
G = 32.2%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A08476 (or 0xA08476) is known color: Almond Frost. HEX triplet: A0, 84 and 76. RGB value is (160,132,118). Sum of RGB (Red+Green+Blue) = 160+132+118=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 160 - color contains mainly: red. Hex color #A08476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08476 is #5F7B89. Grayscale: #8A8A8A. Windows color (decimal): -6257546 or 7767200. OLE color: 7767200.

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

Color convert

RGB 160 132 118 -
CMYK 0 0.17 0.26 0.37
HSL 20º 0.18% 0.55% -
HSV(B) 20º 0.26% 0.63% -
XYZ 26.02 25.28 20.65 -
YUV 138.78 116.28 143.14 -
System Red Green Blue C M Y K H S L
Decimal 160 132 118 0 0.17 0.26 0.37 20 0.18 0.55
Hex A0 84 76 0 11 1A 25 14 12 37
Octal 240 204 166 0 21 32 45 24 22 67
Binary 10100000 10000100 1110110 0 10001 11010 100101 10100 10010 110111

Color Harmonies of #A08476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08476

Black with #A08476

Text Example


Text Example

White with #A08476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08476; }

 p { color: rgb(160,132,118); }

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

background-color css

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

 a { background-color: rgb(160,132,118); }

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

border-color css

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

 span { border-color: rgb(160,132,118); }

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