#A44B36

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

Shades of Orange Roughy #A44B36

Tints of Orange Roughy #A44B36

Color information

#A44B36 (or 0xA44B36) is unknown color: approx Orange Roughy. HEX triplet: A4, 4B and 36. RGB value is (164,75,54). Sum of RGB (Red+Green+Blue) = 164+75+54=293 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.97% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44B36 is #5BB4C9. Grayscale: #636363. Windows color (decimal): -6010058 or 3558308. OLE color: 3558308.

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

Color convert

RGB1647554-
CMYK00.540.670.36
HSL11.45º50.46%42.75%-
HSV(B)11.45º67.07%64.31%-
XYZ18.4913.195.06-
YUV99.22102.49174.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.97%
GREEN value IS 75 (29.69% from 255) = 25.60%
BLUE value IS 54 (21.48% from 255) = 18.43%
R=55.97%
G=25.60%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164755400.540.670.3611.4550.4642.75
HexA44B360364324b322b
Octal2441136606610344136253
Binary101001001001011110110011011010000111001001011110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44B36; }

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

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

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

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

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

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

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

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