#A44D31

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

Shades of Orange Roughy #A44D31

Tints of Orange Roughy #A44D31

Color information

#A44D31 (or 0xA44D31) is unknown color: approx Orange Roughy. HEX triplet: A4, 4D and 31. RGB value is (164,77,49). Sum of RGB (Red+Green+Blue) = 164+77+49=290 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.55% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A44D31 is #5BB2CE. Grayscale: #646464. Windows color (decimal): -6009551 or 3231140. OLE color: 3231140.

HSL color Cylindrical-coordinate representation of color #A44D31: hue angle of 14.61º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A44D31 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB1647749-
CMYK00.530.700.36
HSL14.61º53.99%41.76%-
HSV(B)14.61º70.12%64.31%-
XYZ18.5213.424.52-
YUV99.8299.32173.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 56.55%
GREEN value IS 77 (30.47% from 255) = 26.55%
BLUE value IS 49 (19.53% from 255) = 16.90%
R=56.55%
G=26.55%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164774900.530.700.3614.6153.9941.76
HexA44D310354624f362a
Octal2441156106510644176652
Binary101001001001101110001011010110001101001001111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44D31; }

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

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

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

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

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

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

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

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