Html Css Color HEX #A58475 Almond Frost

📋 copy color: '#A58475'

red 165 ◦ green 132 ◦ blue 117

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

Shades of Almond Frost #A58475

Tints of Almond Frost #A58475

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.88%

 BLUE value IS 117 (46.09% from 255) = 28.26%

R = 39.86%
G = 31.88%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A58475 (or 0xA58475) is known color: Almond Frost. HEX triplet: A5, 84 and 75. RGB value is (165,132,117). Sum of RGB (Red+Green+Blue) = 165+132+117=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 165 - color contains mainly: red. Hex color #A58475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58475 is #5A7B8A. Grayscale: #8C8C8C. Windows color (decimal): -5929867 or 7701669. OLE color: 7701669.

HSL color Cylindrical-coordinate representation of color #A58475: hue angle of 18.75º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A58475 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 132 117 -
CMYK 0 0.20 0.29 0.35
HSL 18.75º 0.21% 0.55% -
HSV(B) 18.75º 0.29% 0.65% -
XYZ 26.98 25.79 20.38 -
YUV 140.16 114.93 145.72 -
System Red Green Blue C M Y K H S L
Decimal 165 132 117 0 0.20 0.29 0.35 18.75 0.21 0.55
Hex A5 84 75 0 14 1D 23 13 15 37
Octal 245 204 165 0 24 35 43 23 25 67
Binary 10100101 10000100 1110101 0 10100 11101 100011 10011 10101 110111

Color Harmonies of #A58475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58475

Black with #A58475

Text Example


Text Example

White with #A58475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58475; }

 p { color: rgb(165,132,117); }

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

background-color css

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

 a { background-color: rgb(165,132,117); }

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

border-color css

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

 span { border-color: rgb(165,132,117); }

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