Html Css Color HEX #A88676 Almond Frost

📋 copy color: '#A88676'

red 168 ◦ green 134 ◦ blue 118

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

Shades of Almond Frost #A88676

Tints of Almond Frost #A88676

RGB

 RED value IS 168 (66.02% from 255) = 40%

 GREEN value IS 134 (52.73% from 255) = 31.9%

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

R = 40%
G = 31.9%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A88676 (or 0xA88676) is known color: Almond Frost. HEX triplet: A8, 86 and 76. RGB value is (168,134,118). Sum of RGB (Red+Green+Blue) = 168+134+118=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 168 - color contains mainly: red. Hex color #A88676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88676 is #577989. Grayscale: #8E8E8E. Windows color (decimal): -5732746 or 7767720. OLE color: 7767720.

HSL color Cylindrical-coordinate representation of color #A88676: hue angle of 19.2º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A88676 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 134 118 -
CMYK 0 0.20 0.30 0.34
HSL 19.2º 0.22% 0.56% -
HSV(B) 19.2º 0.3% 0.66% -
XYZ 27.94 26.68 20.82 -
YUV 142.34 114.26 146.3 -
System Red Green Blue C M Y K H S L
Decimal 168 134 118 0 0.20 0.30 0.34 19.2 0.22 0.56
Hex A8 86 76 0 14 1E 22 13 16 38
Octal 250 206 166 0 24 36 42 23 26 70
Binary 10101000 10000110 1110110 0 10100 11110 100010 10011 10110 111000

Color Harmonies of #A88676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88676

Black with #A88676

Text Example


Text Example

White with #A88676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88676; }

 p { color: rgb(168,134,118); }

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

background-color css

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

 a { background-color: rgb(168,134,118); }

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

border-color css

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

 span { border-color: rgb(168,134,118); }

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