Html Css Color HEX #A38979 Almond Frost

📋 copy color: '#A38979'

red 163 ◦ green 137 ◦ blue 121

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

Shades of Almond Frost #A38979

Tints of Almond Frost #A38979

RGB

 RED value IS 163 (64.06% from 255) = 38.72%

 GREEN value IS 137 (53.91% from 255) = 32.54%

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

R = 38.72%
G = 32.54%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A38979 (or 0xA38979) is known color: Almond Frost. HEX triplet: A3, 89 and 79. RGB value is (163,137,121). Sum of RGB (Red+Green+Blue) = 163+137+121=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 163 - color contains mainly: red. Hex color #A38979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38979 is #5C7686. Grayscale: #8F8F8F. Windows color (decimal): -6059655 or 7965091. OLE color: 7965091.

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

Color convert

RGB 163 137 121 -
CMYK 0 0.16 0.26 0.36
HSL 22.86º 0.19% 0.56% -
HSV(B) 22.86º 0.26% 0.64% -
XYZ 27.5 27.06 21.86 -
YUV 142.95 115.61 142.3 -
System Red Green Blue C M Y K H S L
Decimal 163 137 121 0 0.16 0.26 0.36 22.86 0.19 0.56
Hex A3 89 79 0 10 1A 24 17 13 38
Octal 243 211 171 0 20 32 44 27 23 70
Binary 10100011 10001001 1111001 0 10000 11010 100100 10111 10011 111000

Color Harmonies of #A38979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38979

Black with #A38979

Text Example


Text Example

White with #A38979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38979; }

 p { color: rgb(163,137,121); }

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

background-color css

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

 a { background-color: rgb(163,137,121); }

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

border-color css

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

 span { border-color: rgb(163,137,121); }

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