#A4523C

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

Shades of Orange Roughy #A4523C

Tints of Orange Roughy #A4523C

Color information

#A4523C (or 0xA4523C) is unknown color: approx Orange Roughy. HEX triplet: A4, 52 and 3C. RGB value is (164,82,60). Sum of RGB (Red+Green+Blue) = 164+82+60=306 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.59% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 164 - color contains mainly: red. Hex color #A4523C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4523C is #5BADC3. Grayscale: #686868. Windows color (decimal): -6008260 or 3953316. OLE color: 3953316.

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

Color convert

RGB1648260-
CMYK00.50.630.36
HSL12.69º46.43%43.92%-
HSV(B)12.69º63.41%64.31%-
XYZ19.1414.256.02-
YUV104.01103.17170.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.59%
GREEN value IS 82 (32.42% from 255) = 26.80%
BLUE value IS 60 (23.83% from 255) = 19.61%
R=53.59%
G=26.80%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164826000.50.630.3612.6946.4343.92
HexA4523C0323F24d2e2c
Octal244122740627744155654
Binary10100100101001011110001100101111111001001101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4523C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4523C; }

 p { color: rgb(164,82,60); }

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

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

 a { background-color: rgb(164,82,60); }

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

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

 span { border-color: rgb(164,82,60); }

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