#A9563E

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

Shades of Orange Roughy #A9563E

Tints of Orange Roughy #A9563E

Color information

#A9563E (or 0xA9563E) is unknown color: approx Orange Roughy. HEX triplet: A9, 56 and 3E. RGB value is (169,86,62). Sum of RGB (Red+Green+Blue) = 169+86+62=317 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.31% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 169 - color contains mainly: red. Hex color #A9563E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9563E is #56A9C1. Grayscale: #6C6C6C. Windows color (decimal): -5679554 or 4085417. OLE color: 4085417.

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

Color convert

RGB1698662-
CMYK00.490.630.34
HSL13.46º46.32%45.29%-
HSV(B)13.46º63.31%66.27%-
XYZ20.5615.446.45-
YUV108.08102171.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.31%
GREEN value IS 86 (33.98% from 255) = 27.13%
BLUE value IS 62 (24.61% from 255) = 19.56%
R=53.31%
G=27.13%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169866200.490.630.3413.4646.3245.29
HexA9563E0313F22d2e2d
Octal251126760617742155655
Binary10101001101011011111001100011111111000101101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9563E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9563E; }

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

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

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

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

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

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

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

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