#A5503A

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

Shades of Orange Roughy #A5503A

Tints of Orange Roughy #A5503A

Color information

#A5503A (or 0xA5503A) is unknown color: approx Orange Roughy. HEX triplet: A5, 50 and 3A. RGB value is (165,80,58). Sum of RGB (Red+Green+Blue) = 165+80+58=303 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.46% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 165 - color contains mainly: red. Hex color #A5503A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5503A is #5AAFC5. Grayscale: #676767. Windows color (decimal): -5943238 or 3821733. OLE color: 3821733.

HSL color Cylindrical-coordinate representation of color #A5503A: hue angle of 12.34º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5503A is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB1658058-
CMYK00.520.650.35
HSL12.34º47.98%43.73%-
HSV(B)12.34º64.85%64.71%-
XYZ19.1514.045.7-
YUV102.91102.66172.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.46%
GREEN value IS 80 (31.64% from 255) = 26.40%
BLUE value IS 58 (23.05% from 255) = 19.14%
R=54.46%
G=26.40%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165805800.520.650.3512.3447.9843.73
HexA5503A0344123c302c
Octal2451207206410143146054
Binary101001011010000111010011010010000011000111100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5503A; }

 p { color: rgb(165,80,58); }

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

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

 a { background-color: rgb(165,80,58); }

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

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

 span { border-color: rgb(165,80,58); }

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