Html Css Color HEX #A68979 Almond Frost

📋 copy color: '#A68979'

red 166 ◦ green 137 ◦ blue 121

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

Shades of Almond Frost #A68979

Tints of Almond Frost #A68979

RGB

 RED value IS 166 (65.23% from 255) = 39.15%

 GREEN value IS 137 (53.91% from 255) = 32.31%

 BLUE value IS 121 (47.66% from 255) = 28.54%

R = 39.15%
G = 32.31%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A68979 (or 0xA68979) is known color: Almond Frost. HEX triplet: A6, 89 and 79. RGB value is (166,137,121). Sum of RGB (Red+Green+Blue) = 166+137+121=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 166 - color contains mainly: red. Hex color #A68979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68979 is #597686. Grayscale: #8F8F8F. Windows color (decimal): -5863047 or 7965094. OLE color: 7965094.

HSL color Cylindrical-coordinate representation of color #A68979: hue angle of 21.33º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A68979 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 137 121 -
CMYK 0 0.17 0.27 0.35
HSL 21.33º 0.2% 0.56% -
HSV(B) 21.33º 0.27% 0.65% -
XYZ 28.12 27.38 21.89 -
YUV 143.85 115.11 143.8 -
System Red Green Blue C M Y K H S L
Decimal 166 137 121 0 0.17 0.27 0.35 21.33 0.2 0.56
Hex A6 89 79 0 11 1B 23 15 14 38
Octal 246 211 171 0 21 33 43 25 24 70
Binary 10100110 10001001 1111001 0 10001 11011 100011 10101 10100 111000

Color Harmonies of #A68979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68979

Black with #A68979

Text Example


Text Example

White with #A68979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68979; }

 p { color: rgb(166,137,121); }

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

background-color css

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

 a { background-color: rgb(166,137,121); }

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

border-color css

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

 span { border-color: rgb(166,137,121); }

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