Html Css Color HEX #A48673 Almond Frost

📋 copy color: '#A48673'

red 164 ◦ green 134 ◦ blue 115

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

Shades of Almond Frost #A48673

Tints of Almond Frost #A48673

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.45%

 BLUE value IS 115 (45.31% from 255) = 27.85%

R = 39.71%
G = 32.45%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A48673 (or 0xA48673) is known color: Almond Frost. HEX triplet: A4, 86 and 73. RGB value is (164,134,115). Sum of RGB (Red+Green+Blue) = 164+134+115=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A48673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48673 is #5B798C. Grayscale: #8C8C8C. Windows color (decimal): -5994893 or 7571108. OLE color: 7571108.

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

Color convert

RGB 164 134 115 -
CMYK 0 0.18 0.30 0.36
HSL 23.27º 0.21% 0.55% -
HSV(B) 23.27º 0.3% 0.64% -
XYZ 26.93 26.18 19.85 -
YUV 140.8 113.44 144.54 -
System Red Green Blue C M Y K H S L
Decimal 164 134 115 0 0.18 0.30 0.36 23.27 0.21 0.55
Hex A4 86 73 0 12 1E 24 17 15 37
Octal 244 206 163 0 22 36 44 27 25 67
Binary 10100100 10000110 1110011 0 10010 11110 100100 10111 10101 110111

Color Harmonies of #A48673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48673

Black with #A48673

Text Example


Text Example

White with #A48673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48673; }

 p { color: rgb(164,134,115); }

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

background-color css

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

 a { background-color: rgb(164,134,115); }

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

border-color css

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

 span { border-color: rgb(164,134,115); }

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