Html Css Color HEX #A7897A Almond Frost

📋 copy color: '#A7897A'

red 167 ◦ green 137 ◦ blue 122

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

Shades of Almond Frost #A7897A

Tints of Almond Frost #A7897A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.64%

R = 39.2%
G = 32.16%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A7897A (or 0xA7897A) is known color: Almond Frost. HEX triplet: A7, 89 and 7A. RGB value is (167,137,122). Sum of RGB (Red+Green+Blue) = 167+137+122=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 167 - color contains mainly: red. Hex color #A7897A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7897A is #587685. Grayscale: #909090. Windows color (decimal): -5797510 or 8030631. OLE color: 8030631.

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

Color convert

RGB 167 137 122 -
CMYK 0 0.18 0.27 0.35
HSL 20º 0.2% 0.57% -
HSV(B) 20º 0.27% 0.65% -
XYZ 28.39 27.51 22.23 -
YUV 144.26 115.44 144.22 -
System Red Green Blue C M Y K H S L
Decimal 167 137 122 0 0.18 0.27 0.35 20 0.2 0.57
Hex A7 89 7A 0 12 1B 23 14 14 39
Octal 247 211 172 0 22 33 43 24 24 71
Binary 10100111 10001001 1111010 0 10010 11011 100011 10100 10100 111001

Color Harmonies of #A7897A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7897A

Black with #A7897A

Text Example


Text Example

White with #A7897A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7897A; }

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

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

background-color css

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

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

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

border-color css

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

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

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