Html Css Color HEX #A6897E Almond Frost

📋 copy color: '#A6897E'

red 166 ◦ green 137 ◦ blue 126

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

Shades of Almond Frost #A6897E

Tints of Almond Frost #A6897E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.37%

R = 38.69%
G = 31.93%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A6897E (or 0xA6897E) is known color: Almond Frost. HEX triplet: A6, 89 and 7E. RGB value is (166,137,126). Sum of RGB (Red+Green+Blue) = 166+137+126=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 166 - color contains mainly: red. Hex color #A6897E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6897E is #597681. Grayscale: #909090. Windows color (decimal): -5863042 or 8292774. OLE color: 8292774.

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

Color convert

RGB 166 137 126 -
CMYK 0 0.17 0.24 0.35
HSL 16.5º 0.18% 0.57% -
HSV(B) 16.5º 0.24% 0.65% -
XYZ 28.44 27.5 23.55 -
YUV 144.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 166 137 126 0 0.17 0.24 0.35 16.5 0.18 0.57
Hex A6 89 7E 0 11 18 23 10 12 39
Octal 246 211 176 0 21 30 43 20 22 71
Binary 10100110 10001001 1111110 0 10001 11000 100011 10000 10010 111001

Color Harmonies of #A6897E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6897E

Black with #A6897E

Text Example


Text Example

White with #A6897E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6897E; }

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

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

background-color css

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

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

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

border-color css

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

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

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