#A9573D

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

Shades of Orange Roughy #A9573D

Tints of Orange Roughy #A9573D

Color information

#A9573D (or 0xA9573D) is unknown color: approx Orange Roughy. HEX triplet: A9, 57 and 3D. RGB value is (169,87,61). Sum of RGB (Red+Green+Blue) = 169+87+61=317 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.31% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 169 - color contains mainly: red. Hex color #A9573D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9573D is #56A8C2. Grayscale: #6C6C6C. Windows color (decimal): -5679299 or 4020137. OLE color: 4020137.

HSL color Cylindrical-coordinate representation of color #A9573D: hue angle of 14.44º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A9573D is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB1698761-
CMYK00.490.640.34
HSL14.44º46.96%45.1%-
HSV(B)14.44º63.91%66.27%-
XYZ20.6115.596.34-
YUV108.55101.17171.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.31%
GREEN value IS 87 (34.38% from 255) = 27.44%
BLUE value IS 61 (24.22% from 255) = 19.24%
R=53.31%
G=27.44%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169876100.490.640.3414.4446.9645.1
HexA9573D0314022e2f2d
Octal2511277506110042165755
Binary101010011010111111101011000110000001000101110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9573D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9573D; }

 p { color: rgb(169,87,61); }

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

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

 a { background-color: rgb(169,87,61); }

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

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

 span { border-color: rgb(169,87,61); }

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