#AA4C35

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

Shades of Orange Roughy #AA4C35

Tints of Orange Roughy #AA4C35

Color information

#AA4C35 (or 0xAA4C35) is unknown color: approx Orange Roughy. HEX triplet: AA, 4C and 35. RGB value is (170,76,53). Sum of RGB (Red+Green+Blue) = 170+76+53=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4C35 is #55B3CA. Grayscale: #656565. Windows color (decimal): -5616587 or 3493034. OLE color: 3493034.

HSL color Cylindrical-coordinate representation of color #AA4C35: hue angle of 11.79º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA4C35 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB1707653-
CMYK00.550.690.33
HSL11.79º52.47%43.73%-
HSV(B)11.79º68.82%66.67%-
XYZ19.813.975.02-
YUV101.48100.64176.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.86%
GREEN value IS 76 (30.08% from 255) = 25.42%
BLUE value IS 53 (21.09% from 255) = 17.73%
R=56.86%
G=25.42%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170765300.550.690.3311.7952.4743.73
HexAA4C350374521c342c
Octal2521146506710541146454
Binary101010101001100110101011011110001011000011100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4C35; }

 p { color: rgb(170,76,53); }

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

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

 a { background-color: rgb(170,76,53); }

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

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

 span { border-color: rgb(170,76,53); }

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