#97837A

Color #97837A Almond Frost (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Almond Frost #97837A

Tints of Almond Frost #97837A

Color information

#97837A (or 0x97837A) is unknown color: approx Almond Frost. HEX triplet: 97, 83 and 7A. RGB value is (151,131,122). Sum of RGB (Red+Green+Blue) = 151+131+122=404 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.38% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 151 - color contains mainly: red. Hex color #97837A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97837A is #687C85. Grayscale: #888888. Windows color (decimal): -6847622 or 8029079. OLE color: 8029079.

HSL color Cylindrical-coordinate representation of color #97837A: hue angle of 18.62º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #97837A is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB151131122-
CMYK00.130.190.41
HSL18.62º12.24%53.53%-
HSV(B)18.62º19.21%59.22%-
XYZ24.3924.2221.8-
YUV135.95120.13138.73-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.38%
GREEN value IS 131 (51.56% from 255) = 32.43%
BLUE value IS 122 (48.05% from 255) = 30.20%
R=37.38%
G=32.43%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113112200.130.190.4118.6212.2453.53
Hex97837A0D132913c36
Octal2272031720152351231466
Binary100101111000001111110100110110011101001100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97837A; }

 p { color: rgb(151,131,122); }

 H1.HeaderClassName
 {
   color: #97837A;
 }
 .AnyTagClassName
 {
   color: #97837A;
 }
</style>
background-color css

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

 a { background-color: rgb(151,131,122); }

 div.DivClassName
 {
   background-color: #97837A;
 }
 .BgClassName
 {
   background-color: #97837A;
 }
</style>
border-color css

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

 span { border-color: rgb(151,131,122); }

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