Html Css Color HEX #A3897A Almond Frost

📋 copy color: '#A3897A'

red 163 ◦ green 137 ◦ blue 122

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

Shades of Almond Frost #A3897A

Tints of Almond Frost #A3897A

RGB

 RED value IS 163 (64.06% from 255) = 38.63%

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

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

R = 38.63%
G = 32.46%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A3897A (or 0xA3897A) is known color: Almond Frost. HEX triplet: A3, 89 and 7A. RGB value is (163,137,122). Sum of RGB (Red+Green+Blue) = 163+137+122=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 163 - color contains mainly: red. Hex color #A3897A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3897A is #5C7685. Grayscale: #8F8F8F. Windows color (decimal): -6059654 or 8030627. OLE color: 8030627.

HSL color Cylindrical-coordinate representation of color #A3897A: hue angle of 21.95º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3897A is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 137 122 -
CMYK 0 0.16 0.25 0.36
HSL 21.95º 0.18% 0.56% -
HSV(B) 21.95º 0.25% 0.64% -
XYZ 27.56 27.08 22.19 -
YUV 143.06 116.11 142.22 -
System Red Green Blue C M Y K H S L
Decimal 163 137 122 0 0.16 0.25 0.36 21.95 0.18 0.56
Hex A3 89 7A 0 10 19 24 16 12 38
Octal 243 211 172 0 20 31 44 26 22 70
Binary 10100011 10001001 1111010 0 10000 11001 100100 10110 10010 111000

Color Harmonies of #A3897A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3897A

Black with #A3897A

Text Example


Text Example

White with #A3897A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3897A; }

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

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

background-color css

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

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

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

border-color css

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

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

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