#A4543A

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

Shades of Orange Roughy #A4543A

Tints of Orange Roughy #A4543A

Color information

#A4543A (or 0xA4543A) is unknown color: approx Orange Roughy. HEX triplet: A4, 54 and 3A. RGB value is (164,84,58). Sum of RGB (Red+Green+Blue) = 164+84+58=306 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.59% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 164 - color contains mainly: red. Hex color #A4543A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4543A is #5BABC5. Grayscale: #696969. Windows color (decimal): -6007750 or 3822756. OLE color: 3822756.

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

Color convert

RGB1648458-
CMYK00.490.650.36
HSL14.72º47.75%43.53%-
HSV(B)14.72º64.63%64.31%-
XYZ19.2414.545.79-
YUV104.96101.5170.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.59%
GREEN value IS 84 (33.20% from 255) = 27.45%
BLUE value IS 58 (23.05% from 255) = 18.95%
R=53.59%
G=27.45%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164845800.490.650.3614.7247.7543.53
HexA4543A0314124f302c
Octal2441247206110144176054
Binary101001001010100111010011000110000011001001111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4543A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4543A; }

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

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

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

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

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

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

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

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