#A5583A

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

Shades of Orange Roughy #A5583A

Tints of Orange Roughy #A5583A

Color information

#A5583A (or 0xA5583A) is unknown color: approx Orange Roughy. HEX triplet: A5, 58 and 3A. RGB value is (165,88,58). Sum of RGB (Red+Green+Blue) = 165+88+58=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A5583A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5583A is #5AA7C5. Grayscale: #6B6B6B. Windows color (decimal): -5941190 or 3823781. OLE color: 3823781.

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

Color convert

RGB1658858-
CMYK00.470.650.35
HSL16.82º47.98%43.73%-
HSV(B)16.82º64.85%64.71%-
XYZ19.7715.285.91-
YUV107.6100.01168.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.05%
GREEN value IS 88 (34.77% from 255) = 28.30%
BLUE value IS 58 (23.05% from 255) = 18.65%
R=53.05%
G=28.30%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165885800.470.650.3516.8247.9843.73
HexA5583A02F412311302c
Octal2451307205710143216054
Binary1010010110110001110100101111100000110001110001110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5583A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5583A; }

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

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

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

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

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

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

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

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