#A27355

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

Shades of Toast #A27355

Tints of Toast #A27355

Color information

#A27355 (or 0xA27355) is unknown color: approx Toast. HEX triplet: A2, 73 and 55. RGB value is (162,115,85). Sum of RGB (Red+Green+Blue) = 162+115+85=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 162 - color contains mainly: red. Hex color #A27355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27355 is #5D8CAA. Grayscale: #7D7D7D. Windows color (decimal): -6130859 or 5600162. OLE color: 5600162.

HSL color Cylindrical-coordinate representation of color #A27355: hue angle of 23.38º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A27355 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB16211585-
CMYK00.290.480.36
HSL23.38º31.17%48.43%-
HSV(B)23.38º47.53%63.53%-
XYZ22.6720.611.38-
YUV125.63105.07153.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.75%
GREEN value IS 115 (45.31% from 255) = 31.77%
BLUE value IS 85 (33.59% from 255) = 23.48%
R=44.75%
G=31.77%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621158500.290.480.3623.3831.1748.43
HexA2735501D3024171f30
Octal2421631250356044273760
Binary10100010111001110101010111011100001001001011111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27355; }

 p { color: rgb(162,115,85); }

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

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

 a { background-color: rgb(162,115,85); }

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

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

 span { border-color: rgb(162,115,85); }

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