Html Css Color HEX #A48A80 Almond Frost

📋 copy color: '#A48A80'

red 164 ◦ green 138 ◦ blue 128

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

Shades of Almond Frost #A48A80

Tints of Almond Frost #A48A80

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.09%

 BLUE value IS 128 (50.39% from 255) = 29.77%

R = 38.14%
G = 32.09%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A48A80 (or 0xA48A80) is known color: Almond Frost. HEX triplet: A4, 8A and 80. RGB value is (164,138,128). Sum of RGB (Red+Green+Blue) = 164+138+128=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48A80 is #5B757F. Grayscale: #909090. Windows color (decimal): -5993856 or 8424100. OLE color: 8424100.

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

Color convert

RGB 164 138 128 -
CMYK 0 0.16 0.22 0.36
HSL 16.67º 0.17% 0.57% -
HSV(B) 16.67º 0.22% 0.64% -
XYZ 28.29 27.63 24.26 -
YUV 144.63 118.61 141.81 -
System Red Green Blue C M Y K H S L
Decimal 164 138 128 0 0.16 0.22 0.36 16.67 0.17 0.57
Hex A4 8A 80 0 10 16 24 11 11 39
Octal 244 212 200 0 20 26 44 21 21 71
Binary 10100100 10001010 10000000 0 10000 10110 100100 10001 10001 111001

Color Harmonies of #A48A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48A80

Black with #A48A80

Text Example


Text Example

White with #A48A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48A80; }

 p { color: rgb(164,138,128); }

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

background-color css

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

 a { background-color: rgb(164,138,128); }

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

border-color css

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

 span { border-color: rgb(164,138,128); }

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