Html Css Color HEX #A48779 Almond Frost

📋 copy color: '#A48779'

red 164 ◦ green 135 ◦ blue 121

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

Shades of Almond Frost #A48779

Tints of Almond Frost #A48779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.81%

R = 39.05%
G = 32.14%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A48779 (or 0xA48779) is known color: Almond Frost. HEX triplet: A4, 87 and 79. RGB value is (164,135,121). Sum of RGB (Red+Green+Blue) = 164+135+121=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 164 - color contains mainly: red. Hex color #A48779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48779 is #5B7886. Grayscale: #8E8E8E. Windows color (decimal): -5994631 or 7964580. OLE color: 7964580.

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

Color convert

RGB 164 135 121 -
CMYK 0 0.18 0.26 0.36
HSL 19.53º 0.19% 0.56% -
HSV(B) 19.53º 0.26% 0.64% -
XYZ 27.43 26.6 21.78 -
YUV 142.08 116.11 143.64 -
System Red Green Blue C M Y K H S L
Decimal 164 135 121 0 0.18 0.26 0.36 19.53 0.19 0.56
Hex A4 87 79 0 12 1A 24 14 13 38
Octal 244 207 171 0 22 32 44 24 23 70
Binary 10100100 10000111 1111001 0 10010 11010 100100 10100 10011 111000

Color Harmonies of #A48779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48779

Black with #A48779

Text Example


Text Example

White with #A48779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48779; }

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

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

background-color css

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

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

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

border-color css

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

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

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