Html Css Color HEX #A48C80 Almond Frost

📋 copy color: '#A48C80'

red 164 ◦ green 140 ◦ blue 128

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

Shades of Almond Frost #A48C80

Tints of Almond Frost #A48C80

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.41%

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

R = 37.96%
G = 32.41%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A48C80 (or 0xA48C80) is known color: Almond Frost. HEX triplet: A4, 8C and 80. RGB value is (164,140,128). Sum of RGB (Red+Green+Blue) = 164+140+128=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48C80 is #5B737F. Grayscale: #919191. Windows color (decimal): -5993344 or 8424612. OLE color: 8424612.

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

Color convert

RGB 164 140 128 -
CMYK 0 0.15 0.22 0.36
HSL 20º 0.17% 0.57% -
HSV(B) 20º 0.22% 0.64% -
XYZ 28.58 28.21 24.36 -
YUV 145.81 117.95 140.98 -
System Red Green Blue C M Y K H S L
Decimal 164 140 128 0 0.15 0.22 0.36 20 0.17 0.57
Hex A4 8C 80 0 F 16 24 14 11 39
Octal 244 214 200 0 17 26 44 24 21 71
Binary 10100100 10001100 10000000 0 1111 10110 100100 10100 10001 111001

Color Harmonies of #A48C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48C80

Black with #A48C80

Text Example


Text Example

White with #A48C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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