Html Css Color HEX #A58674 Almond Frost

📋 copy color: '#A58674'

red 165 ◦ green 134 ◦ blue 116

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

Shades of Almond Frost #A58674

Tints of Almond Frost #A58674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.95%

R = 39.76%
G = 32.29%
B = 27.95%

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

#A58674 (or 0xA58674) is known color: Almond Frost. HEX triplet: A5, 86 and 74. RGB value is (165,134,116). Sum of RGB (Red+Green+Blue) = 165+134+116=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 165 - color contains mainly: red. Hex color #A58674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58674 is #5A798B. Grayscale: #8D8D8D. Windows color (decimal): -5929356 or 7636645. OLE color: 7636645.

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

Color convert

RGB 165 134 116 -
CMYK 0 0.19 0.30 0.35
HSL 22.04º 0.21% 0.55% -
HSV(B) 22.04º 0.3% 0.65% -
XYZ 27.19 26.31 20.17 -
YUV 141.22 113.77 144.96 -
System Red Green Blue C M Y K H S L
Decimal 165 134 116 0 0.19 0.30 0.35 22.04 0.21 0.55
Hex A5 86 74 0 13 1E 23 16 15 37
Octal 245 206 164 0 23 36 43 26 25 67
Binary 10100101 10000110 1110100 0 10011 11110 100011 10110 10101 110111

Color Harmonies of #A58674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58674

Black with #A58674

Text Example


Text Example

White with #A58674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58674; }

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

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

background-color css

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

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

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

border-color css

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

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

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