#A75538

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

Shades of Orange Roughy #A75538

Tints of Orange Roughy #A75538

Color information

#A75538 (or 0xA75538) is unknown color: approx Orange Roughy. HEX triplet: A7, 55 and 38. RGB value is (167,85,56). Sum of RGB (Red+Green+Blue) = 167+85+56=308 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.22% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 167 - color contains mainly: red. Hex color #A75538 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75538 is #58AAC7. Grayscale: #6A6A6A. Windows color (decimal): -5810888 or 3691943. OLE color: 3691943.

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

Color convert

RGB1678556-
CMYK00.490.660.35
HSL15.68º49.78%43.73%-
HSV(B)15.68º66.47%65.49%-
XYZ19.9155.59-
YUV106.2199.67171.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.22%
GREEN value IS 85 (33.59% from 255) = 27.60%
BLUE value IS 56 (22.27% from 255) = 18.18%
R=54.22%
G=27.60%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167855600.490.660.3515.6849.7843.73
HexA75538031422310322c
Octal2471257006110243206254
Binary1010011110101011110000110001100001010001110000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75538; }

 p { color: rgb(167,85,56); }

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

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

 a { background-color: rgb(167,85,56); }

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

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

 span { border-color: rgb(167,85,56); }

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