#A5765C

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

Shades of Toast #A5765C

Tints of Toast #A5765C

Color information

#A5765C (or 0xA5765C) is unknown color: approx Toast. HEX triplet: A5, 76 and 5C. RGB value is (165,118,92). Sum of RGB (Red+Green+Blue) = 165+118+92=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A5765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5765C is #5A89A3. Grayscale: #818181. Windows color (decimal): -5933476 or 6059685. OLE color: 6059685.

HSL color Cylindrical-coordinate representation of color #A5765C: hue angle of 21.37º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5765C is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB16511892-
CMYK00.280.440.35
HSL21.37º28.85%50.39%-
HSV(B)21.37º44.24%64.71%-
XYZ23.9321.7313.06-
YUV129.09107.07153.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44%
GREEN value IS 118 (46.48% from 255) = 31.47%
BLUE value IS 92 (36.33% from 255) = 24.53%
R=44%
G=31.47%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651189200.280.440.3521.3728.8550.39
HexA5765C01C2C23151d32
Octal2451661340345443253562
Binary10100101111011010111000111001011001000111010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5765C; }

 p { color: rgb(165,118,92); }

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

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

 a { background-color: rgb(165,118,92); }

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

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

 span { border-color: rgb(165,118,92); }

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