Html Css Color HEX #A78372 Almond Frost

📋 copy color: '#A78372'

red 167 ◦ green 131 ◦ blue 114

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

Shades of Almond Frost #A78372

Tints of Almond Frost #A78372

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.8%

 BLUE value IS 114 (44.92% from 255) = 27.67%

R = 40.53%
G = 31.8%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A78372 (or 0xA78372) is known color: Almond Frost. HEX triplet: A7, 83 and 72. RGB value is (167,131,114). Sum of RGB (Red+Green+Blue) = 167+131+114=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 167 - color contains mainly: red. Hex color #A78372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78372 is #587C8D. Grayscale: #8B8B8B. Windows color (decimal): -5799054 or 7504807. OLE color: 7504807.

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

Color convert

RGB 167 131 114 -
CMYK 0 0.22 0.32 0.35
HSL 19.25º 0.23% 0.55% -
HSV(B) 19.25º 0.32% 0.65% -
XYZ 27.09 25.66 19.45 -
YUV 139.83 113.43 147.38 -
System Red Green Blue C M Y K H S L
Decimal 167 131 114 0 0.22 0.32 0.35 19.25 0.23 0.55
Hex A7 83 72 0 16 20 23 13 17 37
Octal 247 203 162 0 26 40 43 23 27 67
Binary 10100111 10000011 1110010 0 10110 100000 100011 10011 10111 110111

Color Harmonies of #A78372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78372

Black with #A78372

Text Example


Text Example

White with #A78372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78372; }

 p { color: rgb(167,131,114); }

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

background-color css

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

 a { background-color: rgb(167,131,114); }

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

border-color css

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

 span { border-color: rgb(167,131,114); }

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