Html Css Color HEX #A4877B Almond Frost

📋 copy color: '#A4877B'

red 164 ◦ green 135 ◦ blue 123

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

Shades of Almond Frost #A4877B

Tints of Almond Frost #A4877B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.15%

R = 38.86%
G = 31.99%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A4877B (or 0xA4877B) is known color: Almond Frost. HEX triplet: A4, 87 and 7B. RGB value is (164,135,123). Sum of RGB (Red+Green+Blue) = 164+135+123=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 164 - color contains mainly: red. Hex color #A4877B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4877B is #5B7884. Grayscale: #8E8E8E. Windows color (decimal): -5994629 or 8095652. OLE color: 8095652.

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

Color convert

RGB 164 135 123 -
CMYK 0 0.18 0.25 0.36
HSL 17.56º 0.18% 0.56% -
HSV(B) 17.56º 0.25% 0.64% -
XYZ 27.55 26.65 22.43 -
YUV 142.3 117.11 143.48 -
System Red Green Blue C M Y K H S L
Decimal 164 135 123 0 0.18 0.25 0.36 17.56 0.18 0.56
Hex A4 87 7B 0 12 19 24 12 12 38
Octal 244 207 173 0 22 31 44 22 22 70
Binary 10100100 10000111 1111011 0 10010 11001 100100 10010 10010 111000

Color Harmonies of #A4877B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4877B

Black with #A4877B

Text Example


Text Example

White with #A4877B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4877B; }

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

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

background-color css

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

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

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

border-color css

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

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

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