#A07965

Color #A07965 Toast (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Toast #A07965

Tints of Toast #A07965

Color information

#A07965 (or 0xA07965) is unknown color: approx Toast. HEX triplet: A0, 79 and 65. RGB value is (160,121,101). Sum of RGB (Red+Green+Blue) = 160+121+101=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 101 (39.84% from 255 or 26.44% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A07965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07965 is #5F869A. Grayscale: #828282. Windows color (decimal): -6260379 or 6650272. OLE color: 6650272.

HSL color Cylindrical-coordinate representation of color #A07965: hue angle of 20.34º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A07965 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB160121101-
CMYK00.240.370.37
HSL20.34º23.69%51.18%-
HSV(B)20.34º36.88%62.75%-
XYZ23.6822.0915.33-
YUV130.38111.42149.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.88%
GREEN value IS 121 (47.66% from 255) = 31.68%
BLUE value IS 101 (39.84% from 255) = 26.44%
R=41.88%
G=31.68%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012110100.240.370.3720.3423.6951.18
HexA079650182525141833
Octal2401711450304545243063
Binary10100000111100111001010110001001011001011010011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07965; }

 p { color: rgb(160,121,101); }

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

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

 a { background-color: rgb(160,121,101); }

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

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

 span { border-color: rgb(160,121,101); }

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