#A5523B

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

Shades of Orange Roughy #A5523B

Tints of Orange Roughy #A5523B

Color information

#A5523B (or 0xA5523B) is unknown color: approx Orange Roughy. HEX triplet: A5, 52 and 3B. RGB value is (165,82,59). Sum of RGB (Red+Green+Blue) = 165+82+59=306 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.92% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 165 - color contains mainly: red. Hex color #A5523B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5523B is #5AADC4. Grayscale: #686868. Windows color (decimal): -5942725 or 3887781. OLE color: 3887781.

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

Color convert

RGB1658259-
CMYK00.500.640.35
HSL13.02º47.32%43.92%-
HSV(B)13.02º64.24%64.71%-
XYZ19.3214.355.89-
YUV104.2102.5171.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.92%
GREEN value IS 82 (32.42% from 255) = 26.80%
BLUE value IS 59 (23.44% from 255) = 19.28%
R=53.92%
G=26.80%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165825900.500.640.3513.0247.3243.92
HexA5523B0324023d2f2c
Octal2451227306210043155754
Binary101001011010010111011011001010000001000111101101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5523B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5523B; }

 p { color: rgb(165,82,59); }

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

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

 a { background-color: rgb(165,82,59); }

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

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

 span { border-color: rgb(165,82,59); }

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