#A9523D

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

Shades of Orange Roughy #A9523D

Tints of Orange Roughy #A9523D

Color information

#A9523D (or 0xA9523D) is unknown color: approx Orange Roughy. HEX triplet: A9, 52 and 3D. RGB value is (169,82,61). Sum of RGB (Red+Green+Blue) = 169+82+61=312 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.17% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 169 - color contains mainly: red. Hex color #A9523D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9523D is #56ADC2. Grayscale: #696969. Windows color (decimal): -5680579 or 4018857. OLE color: 4018857.

HSL color Cylindrical-coordinate representation of color #A9523D: hue angle of 11.67º 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 #A9523D is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB1698261-
CMYK00.510.640.34
HSL11.67º46.96%45.1%-
HSV(B)11.67º63.91%66.27%-
XYZ20.2214.816.21-
YUV105.62102.82173.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 54.17%
GREEN value IS 82 (32.42% from 255) = 26.28%
BLUE value IS 61 (24.22% from 255) = 19.55%
R=54.17%
G=26.28%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169826100.510.640.3411.6746.9645.1
HexA9523D0334022c2f2d
Octal2511227506310042145755
Binary101010011010010111101011001110000001000101100101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9523D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9523D; }

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

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

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

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

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

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

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

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