Html Css Color HEX #A58978 Almond Frost

📋 copy color: '#A58978'

red 165 ◦ green 137 ◦ blue 120

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

Shades of Almond Frost #A58978

Tints of Almond Frost #A58978

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.46%

 BLUE value IS 120 (47.27% from 255) = 28.44%

R = 39.1%
G = 32.46%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A58978 (or 0xA58978) is known color: Almond Frost. HEX triplet: A5, 89 and 78. RGB value is (165,137,120). Sum of RGB (Red+Green+Blue) = 165+137+120=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 165 - color contains mainly: red. Hex color #A58978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58978 is #5A7687. Grayscale: #8F8F8F. Windows color (decimal): -5928584 or 7899557. OLE color: 7899557.

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

Color convert

RGB 165 137 120 -
CMYK 0 0.17 0.27 0.35
HSL 22.67º 0.2% 0.56% -
HSV(B) 22.67º 0.27% 0.65% -
XYZ 27.85 27.25 21.56 -
YUV 143.43 114.78 143.38 -
System Red Green Blue C M Y K H S L
Decimal 165 137 120 0 0.17 0.27 0.35 22.67 0.2 0.56
Hex A5 89 78 0 11 1B 23 17 14 38
Octal 245 211 170 0 21 33 43 27 24 70
Binary 10100101 10001001 1111000 0 10001 11011 100011 10111 10100 111000

Color Harmonies of #A58978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58978

Black with #A58978

Text Example


Text Example

White with #A58978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58978; }

 p { color: rgb(165,137,120); }

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

background-color css

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

 a { background-color: rgb(165,137,120); }

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

border-color css

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

 span { border-color: rgb(165,137,120); }

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