Html Css Color HEX #A6897D Almond Frost

📋 copy color: '#A6897D'

red 166 ◦ green 137 ◦ blue 125

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

Shades of Almond Frost #A6897D

Tints of Almond Frost #A6897D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.21%

R = 38.79%
G = 32.01%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6897D (or 0xA6897D) is known color: Almond Frost. HEX triplet: A6, 89 and 7D. RGB value is (166,137,125). Sum of RGB (Red+Green+Blue) = 166+137+125=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 166 - color contains mainly: red. Hex color #A6897D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6897D is #597682. Grayscale: #909090. Windows color (decimal): -5863043 or 8227238. OLE color: 8227238.

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

Color convert

RGB 166 137 125 -
CMYK 0 0.17 0.25 0.35
HSL 17.56º 0.19% 0.57% -
HSV(B) 17.56º 0.25% 0.65% -
XYZ 28.37 27.48 23.21 -
YUV 144.3 117.11 143.48 -
System Red Green Blue C M Y K H S L
Decimal 166 137 125 0 0.17 0.25 0.35 17.56 0.19 0.57
Hex A6 89 7D 0 11 19 23 12 13 39
Octal 246 211 175 0 21 31 43 22 23 71
Binary 10100110 10001001 1111101 0 10001 11001 100011 10010 10011 111001

Color Harmonies of #A6897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6897D

Black with #A6897D

Text Example


Text Example

White with #A6897D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6897D; }

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

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

background-color css

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

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

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

border-color css

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

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

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