#A55639

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

Shades of Orange Roughy #A55639

Tints of Orange Roughy #A55639

Color information

#A55639 (or 0xA55639) is unknown color: approx Orange Roughy. HEX triplet: A5, 56 and 39. RGB value is (165,86,57). Sum of RGB (Red+Green+Blue) = 165+86+57=308 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.57% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 165 - color contains mainly: red. Hex color #A55639 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55639 is #5AA9C6. Grayscale: #6A6A6A. Windows color (decimal): -5941703 or 3757733. OLE color: 3757733.

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

Color convert

RGB1658657-
CMYK00.480.650.35
HSL16.11º48.65%43.53%-
HSV(B)16.11º65.45%64.71%-
XYZ19.5814.955.72-
YUV106.32100.17169.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.57%
GREEN value IS 86 (33.98% from 255) = 27.92%
BLUE value IS 57 (22.66% from 255) = 18.51%
R=53.57%
G=27.92%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165865700.480.650.3516.1148.6543.53
HexA55639030412310312c
Octal2451267106010143206154
Binary1010010110101101110010110000100000110001110000110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55639; }

 p { color: rgb(165,86,57); }

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

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

 a { background-color: rgb(165,86,57); }

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

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

 span { border-color: rgb(165,86,57); }

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