Html Css Color HEX #A4877E Almond Frost

📋 copy color: '#A4877E'

red 164 ◦ green 135 ◦ blue 126

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

Shades of Almond Frost #A4877E

Tints of Almond Frost #A4877E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.76%

 BLUE value IS 126 (49.61% from 255) = 29.65%

R = 38.59%
G = 31.76%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4877E (or 0xA4877E) is known color: Almond Frost. HEX triplet: A4, 87 and 7E. RGB value is (164,135,126). Sum of RGB (Red+Green+Blue) = 164+135+126=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 164 - color contains mainly: red. Hex color #A4877E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4877E is #5B7881. Grayscale: #8E8E8E. Windows color (decimal): -5994626 or 8292260. OLE color: 8292260.

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

Color convert

RGB 164 135 126 -
CMYK 0 0.18 0.23 0.36
HSL 14.21º 0.17% 0.57% -
HSV(B) 14.21º 0.23% 0.64% -
XYZ 27.74 26.73 23.44 -
YUV 142.65 118.61 143.23 -
System Red Green Blue C M Y K H S L
Decimal 164 135 126 0 0.18 0.23 0.36 14.21 0.17 0.57
Hex A4 87 7E 0 12 17 24 E 11 39
Octal 244 207 176 0 22 27 44 16 21 71
Binary 10100100 10000111 1111110 0 10010 10111 100100 1110 10001 111001

Color Harmonies of #A4877E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4877E

Black with #A4877E

Text Example


Text Example

White with #A4877E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4877E; }

 p { color: rgb(164,135,126); }

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

background-color css

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

 a { background-color: rgb(164,135,126); }

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

border-color css

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

 span { border-color: rgb(164,135,126); }

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