#A45536

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

Shades of Orange Roughy #A45536

Tints of Orange Roughy #A45536

Color information

#A45536 (or 0xA45536) is unknown color: approx Orange Roughy. HEX triplet: A4, 55 and 36. RGB value is (164,85,54). Sum of RGB (Red+Green+Blue) = 164+85+54=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A45536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45536 is #5BAAC9. Grayscale: #696969. Windows color (decimal): -6007498 or 3560868. OLE color: 3560868.

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

Color convert

RGB1648554-
CMYK00.480.670.36
HSL16.91º50.46%42.75%-
HSV(B)16.91º67.07%64.31%-
XYZ19.2214.665.31-
YUV105.0999.17170.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 54.13%
GREEN value IS 85 (33.59% from 255) = 28.05%
BLUE value IS 54 (21.48% from 255) = 17.82%
R=54.13%
G=28.05%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164855400.480.670.3616.9150.4642.75
HexA45536030432411322b
Octal2441256606010344216253
Binary1010010010101011101100110000100001110010010001110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45536; }

 p { color: rgb(164,85,54); }

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

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

 a { background-color: rgb(164,85,54); }

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

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

 span { border-color: rgb(164,85,54); }

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