Html Css Color HEX #A4887F Almond Frost

📋 copy color: '#A4887F'

red 164 ◦ green 136 ◦ blue 127

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

Shades of Almond Frost #A4887F

Tints of Almond Frost #A4887F

RGB

 RED value IS 164 (64.45% from 255) = 38.41%

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

 BLUE value IS 127 (50% from 255) = 29.74%

R = 38.41%
G = 31.85%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4887F (or 0xA4887F) is known color: Almond Frost. HEX triplet: A4, 88 and 7F. RGB value is (164,136,127). Sum of RGB (Red+Green+Blue) = 164+136+127=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 164 - color contains mainly: red. Hex color #A4887F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4887F is #5B7780. Grayscale: #8F8F8F. Windows color (decimal): -5994369 or 8358052. OLE color: 8358052.

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

Color convert

RGB 164 136 127 -
CMYK 0 0.17 0.23 0.36
HSL 14.59º 0.17% 0.57% -
HSV(B) 14.59º 0.23% 0.64% -
XYZ 27.94 27.03 23.82 -
YUV 143.35 118.78 142.73 -
System Red Green Blue C M Y K H S L
Decimal 164 136 127 0 0.17 0.23 0.36 14.59 0.17 0.57
Hex A4 88 7F 0 11 17 24 F 11 39
Octal 244 210 177 0 21 27 44 17 21 71
Binary 10100100 10001000 1111111 0 10001 10111 100100 1111 10001 111001

Color Harmonies of #A4887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4887F

Black with #A4887F

Text Example


Text Example

White with #A4887F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4887F; }

 p { color: rgb(164,136,127); }

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

background-color css

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

 a { background-color: rgb(164,136,127); }

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

border-color css

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

 span { border-color: rgb(164,136,127); }

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