Html Css Color HEX #A58575 Almond Frost

📋 copy color: '#A58575'

red 165 ◦ green 133 ◦ blue 117

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

Shades of Almond Frost #A58575

Tints of Almond Frost #A58575

RGB

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

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

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

R = 39.76%
G = 32.05%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A58575 (or 0xA58575) is known color: Almond Frost. HEX triplet: A5, 85 and 75. RGB value is (165,133,117). Sum of RGB (Red+Green+Blue) = 165+133+117=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 165 - color contains mainly: red. Hex color #A58575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58575 is #5A7A8A. Grayscale: #8C8C8C. Windows color (decimal): -5929611 or 7701925. OLE color: 7701925.

HSL color Cylindrical-coordinate representation of color #A58575: hue angle of 20º 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 #A58575 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 133 117 -
CMYK 0 0.19 0.29 0.35
HSL 20º 0.21% 0.55% -
HSV(B) 20º 0.29% 0.65% -
XYZ 27.12 26.06 20.43 -
YUV 140.74 114.6 145.3 -
System Red Green Blue C M Y K H S L
Decimal 165 133 117 0 0.19 0.29 0.35 20 0.21 0.55
Hex A5 85 75 0 13 1D 23 14 15 37
Octal 245 205 165 0 23 35 43 24 25 67
Binary 10100101 10000101 1110101 0 10011 11101 100011 10100 10101 110111

Color Harmonies of #A58575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58575

Black with #A58575

Text Example


Text Example

White with #A58575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58575; }

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

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

background-color css

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

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

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

border-color css

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

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

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