#A44B31

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

Shades of Orange Roughy #A44B31

Tints of Orange Roughy #A44B31

Color information

#A44B31 (or 0xA44B31) is unknown color: approx Orange Roughy. HEX triplet: A4, 4B and 31. RGB value is (164,75,49). Sum of RGB (Red+Green+Blue) = 164+75+49=288 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.94% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 49 (19.53% from 255 or 17.01% from 288); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44B31 is #5BB4CE. Grayscale: #626262. Windows color (decimal): -6010063 or 3230628. OLE color: 3230628.

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

Color convert

RGB1647549-
CMYK00.540.700.36
HSL13.57º53.99%41.76%-
HSV(B)13.57º70.12%64.31%-
XYZ18.3813.154.47-
YUV98.6599.99174.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 56.94%
GREEN value IS 75 (29.69% from 255) = 26.04%
BLUE value IS 49 (19.53% from 255) = 17.01%
R=56.94%
G=26.04%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164754900.540.700.3613.5753.9941.76
HexA44B310364624e362a
Octal2441136106610644166652
Binary101001001001011110001011011010001101001001110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44B31; }

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

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

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

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

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

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

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

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