#A44D36

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

Shades of Orange Roughy #A44D36

Tints of Orange Roughy #A44D36

Color information

#A44D36 (or 0xA44D36) is unknown color: approx Orange Roughy. HEX triplet: A4, 4D and 36. RGB value is (164,77,54). Sum of RGB (Red+Green+Blue) = 164+77+54=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 54 (21.48% from 255 or 18.31% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A44D36 is #5BB2C9. Grayscale: #646464. Windows color (decimal): -6009546 or 3558820. OLE color: 3558820.

HSL color Cylindrical-coordinate representation of color #A44D36: hue angle of 12.55º 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 #A44D36 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB1647754-
CMYK00.530.670.36
HSL12.55º50.46%42.75%-
HSV(B)12.55º67.07%64.31%-
XYZ18.6313.475.11-
YUV100.39101.82173.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.59%
GREEN value IS 77 (30.47% from 255) = 26.10%
BLUE value IS 54 (21.48% from 255) = 18.31%
R=55.59%
G=26.10%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164775400.530.670.3612.5550.4642.75
HexA44D360354324d322b
Octal2441156606510344156253
Binary101001001001101110110011010110000111001001101110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44D36; }

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

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

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

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

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

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

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

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