Html Css Color HEX #A68978 Almond Frost

📋 copy color: '#A68978'

red 166 ◦ green 137 ◦ blue 120

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

Shades of Almond Frost #A68978

Tints of Almond Frost #A68978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.37%

R = 39.24%
G = 32.39%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A68978 (or 0xA68978) is known color: Almond Frost. HEX triplet: A6, 89 and 78. RGB value is (166,137,120). Sum of RGB (Red+Green+Blue) = 166+137+120=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 166 - color contains mainly: red. Hex color #A68978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68978 is #597687. Grayscale: #8F8F8F. Windows color (decimal): -5863048 or 7899558. OLE color: 7899558.

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

Color convert

RGB 166 137 120 -
CMYK 0 0.17 0.28 0.35
HSL 22.17º 0.21% 0.56% -
HSV(B) 22.17º 0.28% 0.65% -
XYZ 28.06 27.35 21.57 -
YUV 143.73 114.61 143.88 -
System Red Green Blue C M Y K H S L
Decimal 166 137 120 0 0.17 0.28 0.35 22.17 0.21 0.56
Hex A6 89 78 0 11 1C 23 16 15 38
Octal 246 211 170 0 21 34 43 26 25 70
Binary 10100110 10001001 1111000 0 10001 11100 100011 10110 10101 111000

Color Harmonies of #A68978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68978

Black with #A68978

Text Example


Text Example

White with #A68978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68978; }

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

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

background-color css

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

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

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

border-color css

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

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

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