Html Css Color HEX #A48878 Almond Frost

📋 copy color: '#A48878'

red 164 ◦ green 136 ◦ blue 120

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

Shades of Almond Frost #A48878

Tints of Almond Frost #A48878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.57%

R = 39.05%
G = 32.38%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A48878 (or 0xA48878) is known color: Almond Frost. HEX triplet: A4, 88 and 78. RGB value is (164,136,120). Sum of RGB (Red+Green+Blue) = 164+136+120=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 164 - color contains mainly: red. Hex color #A48878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48878 is #5B7787. Grayscale: #8E8E8E. Windows color (decimal): -5994376 or 7899300. OLE color: 7899300.

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

Color convert

RGB 164 136 120 -
CMYK 0 0.17 0.27 0.36
HSL 21.82º 0.19% 0.56% -
HSV(B) 21.82º 0.27% 0.64% -
XYZ 27.5 26.86 21.5 -
YUV 142.55 115.28 143.3 -
System Red Green Blue C M Y K H S L
Decimal 164 136 120 0 0.17 0.27 0.36 21.82 0.19 0.56
Hex A4 88 78 0 11 1B 24 16 13 38
Octal 244 210 170 0 21 33 44 26 23 70
Binary 10100100 10001000 1111000 0 10001 11011 100100 10110 10011 111000

Color Harmonies of #A48878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48878

Black with #A48878

Text Example


Text Example

White with #A48878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48878; }

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

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

background-color css

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

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

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

border-color css

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

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

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