#A55738

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

Shades of Orange Roughy #A55738

Tints of Orange Roughy #A55738

Color information

#A55738 (or 0xA55738) is unknown color: approx Orange Roughy. HEX triplet: A5, 57 and 38. RGB value is (165,87,56). Sum of RGB (Red+Green+Blue) = 165+87+56=308 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.57% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 165 - color contains mainly: red. Hex color #A55738 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55738 is #5AA8C7. Grayscale: #6A6A6A. Windows color (decimal): -5941448 or 3692453. OLE color: 3692453.

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

Color convert

RGB1658756-
CMYK00.470.660.35
HSL17.06º49.32%43.33%-
HSV(B)17.06º66.06%64.71%-
XYZ19.6415.15.62-
YUV106.7999.34169.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.57%
GREEN value IS 87 (34.38% from 255) = 28.25%
BLUE value IS 56 (22.27% from 255) = 18.18%
R=53.57%
G=28.25%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165875600.470.660.3517.0649.3243.33
HexA5573802F422311312b
Octal2451277005710243216153
Binary1010010110101111110000101111100001010001110001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55738; }

 p { color: rgb(165,87,56); }

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

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

 a { background-color: rgb(165,87,56); }

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

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

 span { border-color: rgb(165,87,56); }

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