#A7513C

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

Shades of Orange Roughy #A7513C

Tints of Orange Roughy #A7513C

Color information

#A7513C (or 0xA7513C) is unknown color: approx Orange Roughy. HEX triplet: A7, 51 and 3C. RGB value is (167,81,60). Sum of RGB (Red+Green+Blue) = 167+81+60=308 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.22% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 167 - color contains mainly: red. Hex color #A7513C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7513C is #58AEC3. Grayscale: #686868. Windows color (decimal): -5811908 or 3953063. OLE color: 3953063.

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

Color convert

RGB1678160-
CMYK00.510.640.35
HSL11.78º47.14%44.51%-
HSV(B)11.78º64.07%65.49%-
XYZ19.6914.436.02-
YUV104.32102.99172.71-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.22%
GREEN value IS 81 (32.03% from 255) = 26.30%
BLUE value IS 60 (23.83% from 255) = 19.48%
R=54.22%
G=26.30%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167816000.510.640.3511.7847.1444.51
HexA7513C0334023c2f2d
Octal2471217406310043145755
Binary101001111010001111100011001110000001000111100101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7513C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7513C; }

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

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

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

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

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

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

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

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