#A7513E

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

Shades of Orange Roughy #A7513E

Tints of Orange Roughy #A7513E

Color information

#A7513E (or 0xA7513E) is unknown color: approx Orange Roughy. HEX triplet: A7, 51 and 3E. RGB value is (167,81,62). Sum of RGB (Red+Green+Blue) = 167+81+62=310 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.87% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 167 - color contains mainly: red. Hex color #A7513E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7513E is #58AEC1. Grayscale: #686868. Windows color (decimal): -5811906 or 4084135. OLE color: 4084135.

HSL color Cylindrical-coordinate representation of color #A7513E: hue angle of 10.86º 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 #A7513E is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB1678162-
CMYK00.510.630.35
HSL10.86º45.85%44.9%-
HSV(B)10.86º62.87%65.49%-
XYZ19.7514.456.31-
YUV104.55103.99172.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.87%
GREEN value IS 81 (32.03% from 255) = 26.13%
BLUE value IS 62 (24.61% from 255) = 20%
R=53.87%
G=26.13%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167816200.510.630.3510.8645.8544.9
HexA7513E0333F23b2e2d
Octal247121760637743135655
Binary10100111101000111111001100111111111000111011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7513E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7513E; }

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

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

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

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

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

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

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

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