Html Css Color HEX #A88877 Almond Frost

📋 copy color: '#A88877'

red 168 ◦ green 136 ◦ blue 119

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

Shades of Almond Frost #A88877

Tints of Almond Frost #A88877

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.15%

 BLUE value IS 119 (46.88% from 255) = 28.13%

R = 39.72%
G = 32.15%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#A88877 (or 0xA88877) is known color: Almond Frost. HEX triplet: A8, 88 and 77. RGB value is (168,136,119). Sum of RGB (Red+Green+Blue) = 168+136+119=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 168 - color contains mainly: red. Hex color #A88877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88877 is #577788. Grayscale: #8F8F8F. Windows color (decimal): -5732233 or 7833768. OLE color: 7833768.

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

Color convert

RGB 168 136 119 -
CMYK 0 0.19 0.29 0.34
HSL 20.82º 0.22% 0.56% -
HSV(B) 20.82º 0.29% 0.66% -
XYZ 28.28 27.27 21.22 -
YUV 143.63 114.1 145.38 -
System Red Green Blue C M Y K H S L
Decimal 168 136 119 0 0.19 0.29 0.34 20.82 0.22 0.56
Hex A8 88 77 0 13 1D 22 15 16 38
Octal 250 210 167 0 23 35 42 25 26 70
Binary 10101000 10001000 1110111 0 10011 11101 100010 10101 10110 111000

Color Harmonies of #A88877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88877

Black with #A88877

Text Example


Text Example

White with #A88877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88877; }

 p { color: rgb(168,136,119); }

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

background-color css

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

 a { background-color: rgb(168,136,119); }

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

border-color css

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

 span { border-color: rgb(168,136,119); }

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