Html Css Color HEX #A58573 Almond Frost

📋 copy color: '#A58573'

red 165 ◦ green 133 ◦ blue 115

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

Shades of Almond Frost #A58573

Tints of Almond Frost #A58573

RGB

 RED value IS 165 (64.84% from 255) = 39.95%

 GREEN value IS 133 (52.34% from 255) = 32.2%

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

R = 39.95%
G = 32.2%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A58573 (or 0xA58573) is known color: Almond Frost. HEX triplet: A5, 85 and 73. RGB value is (165,133,115). Sum of RGB (Red+Green+Blue) = 165+133+115=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 165 - color contains mainly: red. Hex color #A58573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58573 is #5A7A8C. Grayscale: #8C8C8C. Windows color (decimal): -5929613 or 7570853. OLE color: 7570853.

HSL color Cylindrical-coordinate representation of color #A58573: hue angle of 21.6º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A58573 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 133 115 -
CMYK 0 0.19 0.30 0.35
HSL 21.6º 0.22% 0.55% -
HSV(B) 21.6º 0.3% 0.65% -
XYZ 27 26.01 19.82 -
YUV 140.52 113.6 145.46 -
System Red Green Blue C M Y K H S L
Decimal 165 133 115 0 0.19 0.30 0.35 21.6 0.22 0.55
Hex A5 85 73 0 13 1E 23 16 16 37
Octal 245 205 163 0 23 36 43 26 26 67
Binary 10100101 10000101 1110011 0 10011 11110 100011 10110 10110 110111

Color Harmonies of #A58573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58573

Black with #A58573

Text Example


Text Example

White with #A58573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58573; }

 p { color: rgb(165,133,115); }

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

background-color css

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

 a { background-color: rgb(165,133,115); }

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

border-color css

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

 span { border-color: rgb(165,133,115); }

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