Html Css Color HEX #A48A81 Almond Frost

📋 copy color: '#A48A81'

red 164 ◦ green 138 ◦ blue 129

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

Shades of Almond Frost #A48A81

Tints of Almond Frost #A48A81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.93%

R = 38.05%
G = 32.02%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A48A81 (or 0xA48A81) is known color: Almond Frost. HEX triplet: A4, 8A and 81. RGB value is (164,138,129). Sum of RGB (Red+Green+Blue) = 164+138+129=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48A81 is #5B757E. Grayscale: #909090. Windows color (decimal): -5993855 or 8489636. OLE color: 8489636.

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

Color convert

RGB 164 138 129 -
CMYK 0 0.16 0.21 0.36
HSL 15.43º 0.16% 0.57% -
HSV(B) 15.43º 0.21% 0.64% -
XYZ 28.36 27.65 24.61 -
YUV 144.75 119.11 141.73 -
System Red Green Blue C M Y K H S L
Decimal 164 138 129 0 0.16 0.21 0.36 15.43 0.16 0.57
Hex A4 8A 81 0 10 15 24 F 10 39
Octal 244 212 201 0 20 25 44 17 20 71
Binary 10100100 10001010 10000001 0 10000 10101 100100 1111 10000 111001

Color Harmonies of #A48A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48A81

Black with #A48A81

Text Example


Text Example

White with #A48A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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