#A7563E

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

Shades of Orange Roughy #A7563E

Tints of Orange Roughy #A7563E

Color information

#A7563E (or 0xA7563E) is unknown color: approx Orange Roughy. HEX triplet: A7, 56 and 3E. RGB value is (167,86,62). Sum of RGB (Red+Green+Blue) = 167+86+62=315 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.02% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 167 - color contains mainly: red. Hex color #A7563E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7563E is #58A9C1. Grayscale: #6B6B6B. Windows color (decimal): -5810626 or 4085415. OLE color: 4085415.

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

Color convert

RGB1678662-
CMYK00.490.630.35
HSL13.71º45.85%44.9%-
HSV(B)13.71º62.87%65.49%-
XYZ20.1315.226.43-
YUV107.48102.34170.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.02%
GREEN value IS 86 (33.98% from 255) = 27.30%
BLUE value IS 62 (24.61% from 255) = 19.68%
R=53.02%
G=27.30%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167866200.490.630.3513.7145.8544.9
HexA7563E0313F23e2e2d
Octal247126760617743165655
Binary10100111101011011111001100011111111000111110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7563E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7563E; }

 p { color: rgb(167,86,62); }

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

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

 a { background-color: rgb(167,86,62); }

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

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

 span { border-color: rgb(167,86,62); }

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