#A4583A

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

Shades of Orange Roughy #A4583A

Tints of Orange Roughy #A4583A

Color information

#A4583A (or 0xA4583A) is unknown color: approx Orange Roughy. HEX triplet: A4, 58 and 3A. RGB value is (164,88,58). Sum of RGB (Red+Green+Blue) = 164+88+58=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A4583A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4583A is #5BA7C5. Grayscale: #6B6B6B. Windows color (decimal): -6006726 or 3823780. OLE color: 3823780.

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

Color convert

RGB1648858-
CMYK00.460.650.36
HSL16.98º47.75%43.53%-
HSV(B)16.98º64.63%64.31%-
XYZ19.5615.185.9-
YUV107.3100.18168.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.90%
GREEN value IS 88 (34.77% from 255) = 28.39%
BLUE value IS 58 (23.05% from 255) = 18.71%
R=52.90%
G=28.39%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164885800.460.650.3616.9847.7543.53
HexA4583A02E412411302c
Octal2441307205610144216054
Binary1010010010110001110100101110100000110010010001110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4583A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4583A; }

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

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

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

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

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

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

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

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