Html Css Color HEX #A3887C Almond Frost

📋 copy color: '#A3887C'

red 163 ◦ green 136 ◦ blue 124

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

Shades of Almond Frost #A3887C

Tints of Almond Frost #A3887C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.15%

 BLUE value IS 124 (48.83% from 255) = 29.31%

R = 38.53%
G = 32.15%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A3887C (or 0xA3887C) is known color: Almond Frost. HEX triplet: A3, 88 and 7C. RGB value is (163,136,124). Sum of RGB (Red+Green+Blue) = 163+136+124=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 163 - color contains mainly: red. Hex color #A3887C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3887C is #5C7783. Grayscale: #8E8E8E. Windows color (decimal): -6059908 or 8161443. OLE color: 8161443.

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

Color convert

RGB 163 136 124 -
CMYK 0 0.17 0.24 0.36
HSL 18.46º 0.17% 0.56% -
HSV(B) 18.46º 0.24% 0.64% -
XYZ 27.55 26.85 22.8 -
YUV 142.71 117.45 142.48 -
System Red Green Blue C M Y K H S L
Decimal 163 136 124 0 0.17 0.24 0.36 18.46 0.17 0.56
Hex A3 88 7C 0 11 18 24 12 11 38
Octal 243 210 174 0 21 30 44 22 21 70
Binary 10100011 10001000 1111100 0 10001 11000 100100 10010 10001 111000

Color Harmonies of #A3887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3887C

Black with #A3887C

Text Example


Text Example

White with #A3887C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3887C; }

 p { color: rgb(163,136,124); }

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

background-color css

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

 a { background-color: rgb(163,136,124); }

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

border-color css

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

 span { border-color: rgb(163,136,124); }

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