Html Css Color HEX #A78574 Almond Frost

📋 copy color: '#A78574'

red 167 ◦ green 133 ◦ blue 116

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

Shades of Almond Frost #A78574

Tints of Almond Frost #A78574

RGB

 RED value IS 167 (65.63% from 255) = 40.14%

 GREEN value IS 133 (52.34% from 255) = 31.97%

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

R = 40.14%
G = 31.97%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A78574 (or 0xA78574) is known color: Almond Frost. HEX triplet: A7, 85 and 74. RGB value is (167,133,116). Sum of RGB (Red+Green+Blue) = 167+133+116=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 167 - color contains mainly: red. Hex color #A78574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78574 is #587A8B. Grayscale: #8D8D8D. Windows color (decimal): -5798540 or 7636391. OLE color: 7636391.

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

Color convert

RGB 167 133 116 -
CMYK 0 0.20 0.31 0.35
HSL 20º 0.22% 0.55% -
HSV(B) 20º 0.31% 0.65% -
XYZ 27.48 26.25 20.14 -
YUV 141.23 113.76 146.38 -
System Red Green Blue C M Y K H S L
Decimal 167 133 116 0 0.20 0.31 0.35 20 0.22 0.55
Hex A7 85 74 0 14 1F 23 14 16 37
Octal 247 205 164 0 24 37 43 24 26 67
Binary 10100111 10000101 1110100 0 10100 11111 100011 10100 10110 110111

Color Harmonies of #A78574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78574

Black with #A78574

Text Example


Text Example

White with #A78574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78574; }

 p { color: rgb(167,133,116); }

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

background-color css

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

 a { background-color: rgb(167,133,116); }

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

border-color css

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

 span { border-color: rgb(167,133,116); }

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