Html Css Color HEX #A58673 Almond Frost

📋 copy color: '#A58673'

red 165 ◦ green 134 ◦ blue 115

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

Shades of Almond Frost #A58673

Tints of Almond Frost #A58673

RGB

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

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

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

R = 39.86%
G = 32.37%
B = 27.78%

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

#A58673 (or 0xA58673) is known color: Almond Frost. HEX triplet: A5, 86 and 73. RGB value is (165,134,115). Sum of RGB (Red+Green+Blue) = 165+134+115=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 165 - color contains mainly: red. Hex color #A58673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58673 is #5A798C. Grayscale: #8D8D8D. Windows color (decimal): -5929357 or 7571109. OLE color: 7571109.

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

Color convert

RGB 165 134 115 -
CMYK 0 0.19 0.30 0.35
HSL 22.8º 0.22% 0.55% -
HSV(B) 22.8º 0.3% 0.65% -
XYZ 27.14 26.29 19.86 -
YUV 141.1 113.27 145.04 -
System Red Green Blue C M Y K H S L
Decimal 165 134 115 0 0.19 0.30 0.35 22.8 0.22 0.55
Hex A5 86 73 0 13 1E 23 17 16 37
Octal 245 206 163 0 23 36 43 27 26 67
Binary 10100101 10000110 1110011 0 10011 11110 100011 10111 10110 110111

Color Harmonies of #A58673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58673

Black with #A58673

Text Example


Text Example

White with #A58673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58673; }

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

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

background-color css

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

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

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

border-color css

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

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

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