Html Css Color HEX #A88777 Almond Frost

📋 copy color: '#A88777'

red 168 ◦ green 135 ◦ blue 119

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

Shades of Almond Frost #A88777

Tints of Almond Frost #A88777

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.99%

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

R = 39.81%
G = 31.99%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#A88777 (or 0xA88777) is known color: Almond Frost. HEX triplet: A8, 87 and 77. RGB value is (168,135,119). Sum of RGB (Red+Green+Blue) = 168+135+119=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 119 (46.88% from 255 or 28.20% from 422); Max value from RGB is 168 - color contains mainly: red. Hex color #A88777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88777 is #577888. Grayscale: #8F8F8F. Windows color (decimal): -5732489 or 7833512. OLE color: 7833512.

HSL color Cylindrical-coordinate representation of color #A88777: hue angle of 19.59º 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 #A88777 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 135 119 -
CMYK 0 0.20 0.29 0.34
HSL 19.59º 0.22% 0.56% -
HSV(B) 19.59º 0.29% 0.66% -
XYZ 28.14 26.98 21.18 -
YUV 143.04 114.43 145.8 -
System Red Green Blue C M Y K H S L
Decimal 168 135 119 0 0.20 0.29 0.34 19.59 0.22 0.56
Hex A8 87 77 0 14 1D 22 14 16 38
Octal 250 207 167 0 24 35 42 24 26 70
Binary 10101000 10000111 1110111 0 10100 11101 100010 10100 10110 111000

Color Harmonies of #A88777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88777

Black with #A88777

Text Example


Text Example

White with #A88777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88777; }

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

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

background-color css

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

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

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

border-color css

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

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

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