Html Css Color HEX #A7897D Almond Frost

📋 copy color: '#A7897D'

red 167 ◦ green 137 ◦ blue 125

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

Shades of Almond Frost #A7897D

Tints of Almond Frost #A7897D

RGB

 RED value IS 167 (65.63% from 255) = 38.93%

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

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

R = 38.93%
G = 31.93%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A7897D (or 0xA7897D) is known color: Almond Frost. HEX triplet: A7, 89 and 7D. RGB value is (167,137,125). Sum of RGB (Red+Green+Blue) = 167+137+125=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 167 - color contains mainly: red. Hex color #A7897D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7897D is #587682. Grayscale: #909090. Windows color (decimal): -5797507 or 8227239. OLE color: 8227239.

HSL color Cylindrical-coordinate representation of color #A7897D: hue angle of 17.14º 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 #A7897D is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 137 125 -
CMYK 0 0.18 0.25 0.35
HSL 17.14º 0.19% 0.57% -
HSV(B) 17.14º 0.25% 0.65% -
XYZ 28.58 27.59 23.22 -
YUV 144.6 116.94 143.98 -
System Red Green Blue C M Y K H S L
Decimal 167 137 125 0 0.18 0.25 0.35 17.14 0.19 0.57
Hex A7 89 7D 0 12 19 23 11 13 39
Octal 247 211 175 0 22 31 43 21 23 71
Binary 10100111 10001001 1111101 0 10010 11001 100011 10001 10011 111001

Color Harmonies of #A7897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7897D

Black with #A7897D

Text Example


Text Example

White with #A7897D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7897D; }

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

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

background-color css

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

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

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

border-color css

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

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

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