Html Css Color HEX #A58777 Almond Frost

📋 copy color: '#A58777'

red 165 ◦ green 135 ◦ blue 119

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

Shades of Almond Frost #A58777

Tints of Almond Frost #A58777

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.22%

 BLUE value IS 119 (46.88% from 255) = 28.4%

R = 39.38%
G = 32.22%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A58777 (or 0xA58777) is known color: Almond Frost. HEX triplet: A5, 87 and 77. RGB value is (165,135,119). Sum of RGB (Red+Green+Blue) = 165+135+119=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 165 - color contains mainly: red. Hex color #A58777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58777 is #5A7888. Grayscale: #8E8E8E. Windows color (decimal): -5929097 or 7833509. OLE color: 7833509.

HSL color Cylindrical-coordinate representation of color #A58777: hue angle of 20.87º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A58777 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 135 119 -
CMYK 0 0.18 0.28 0.35
HSL 20.87º 0.2% 0.56% -
HSV(B) 20.87º 0.28% 0.65% -
XYZ 27.51 26.66 21.15 -
YUV 142.15 114.94 144.3 -
System Red Green Blue C M Y K H S L
Decimal 165 135 119 0 0.18 0.28 0.35 20.87 0.2 0.56
Hex A5 87 77 0 12 1C 23 15 14 38
Octal 245 207 167 0 22 34 43 25 24 70
Binary 10100101 10000111 1110111 0 10010 11100 100011 10101 10100 111000

Color Harmonies of #A58777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58777

Black with #A58777

Text Example


Text Example

White with #A58777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58777; }

 p { color: rgb(165,135,119); }

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

background-color css

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

 a { background-color: rgb(165,135,119); }

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

border-color css

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

 span { border-color: rgb(165,135,119); }

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