Html Css Color HEX #A58371 Almond Frost

📋 copy color: '#A58371'

red 165 ◦ green 131 ◦ blue 113

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

Shades of Almond Frost #A58371

Tints of Almond Frost #A58371

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.03%

 BLUE value IS 113 (44.53% from 255) = 27.63%

R = 40.34%
G = 32.03%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A58371 (or 0xA58371) is known color: Almond Frost. HEX triplet: A5, 83 and 71. RGB value is (165,131,113). Sum of RGB (Red+Green+Blue) = 165+131+113=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 131 (51.56% from 255 or 32.03% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 165 - color contains mainly: red. Hex color #A58371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58371 is #5A7C8E. Grayscale: #8B8B8B. Windows color (decimal): -5930127 or 7439269. OLE color: 7439269.

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

Color convert

RGB 165 131 113 -
CMYK 0 0.21 0.32 0.35
HSL 20.77º 0.22% 0.55% -
HSV(B) 20.77º 0.32% 0.65% -
XYZ 26.61 25.42 19.13 -
YUV 139.11 113.26 146.46 -
System Red Green Blue C M Y K H S L
Decimal 165 131 113 0 0.21 0.32 0.35 20.77 0.22 0.55
Hex A5 83 71 0 15 20 23 15 16 37
Octal 245 203 161 0 25 40 43 25 26 67
Binary 10100101 10000011 1110001 0 10101 100000 100011 10101 10110 110111

Color Harmonies of #A58371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58371

Black with #A58371

Text Example


Text Example

White with #A58371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58371; }

 p { color: rgb(165,131,113); }

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

background-color css

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

 a { background-color: rgb(165,131,113); }

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

border-color css

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

 span { border-color: rgb(165,131,113); }

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