#A8513E

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

Shades of Orange Roughy #A8513E

Tints of Orange Roughy #A8513E

Color information

#A8513E (or 0xA8513E) is unknown color: approx Orange Roughy. HEX triplet: A8, 51 and 3E. RGB value is (168,81,62). Sum of RGB (Red+Green+Blue) = 168+81+62=311 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.02% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 168 - color contains mainly: red. Hex color #A8513E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8513E is #57AEC1. Grayscale: #696969. Windows color (decimal): -5746370 or 4084136. OLE color: 4084136.

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

Color convert

RGB1688162-
CMYK00.520.630.34
HSL10.75º46.09%45.1%-
HSV(B)10.75º63.1%65.88%-
XYZ19.9614.566.32-
YUV104.85103.82173.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.02%
GREEN value IS 81 (32.03% from 255) = 26.05%
BLUE value IS 62 (24.61% from 255) = 19.94%
R=54.02%
G=26.05%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168816200.520.630.3410.7546.0945.1
HexA8513E0343F22b2e2d
Octal250121760647742135655
Binary10101000101000111111001101001111111000101011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8513E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8513E; }

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

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

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

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

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

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

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

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