#AA4A35

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

Shades of Orange Roughy #AA4A35

Tints of Orange Roughy #AA4A35

Color information

#AA4A35 (or 0xAA4A35) is unknown color: approx Orange Roughy. HEX triplet: AA, 4A and 35. RGB value is (170,74,53). Sum of RGB (Red+Green+Blue) = 170+74+53=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4A35 is #55B5CA. Grayscale: #646464. Windows color (decimal): -5617099 or 3492522. OLE color: 3492522.

HSL color Cylindrical-coordinate representation of color #AA4A35: hue angle of 10.77º 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 #AA4A35 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB1707453-
CMYK00.560.690.33
HSL10.77º52.47%43.73%-
HSV(B)10.77º68.82%66.67%-
XYZ19.6713.74.98-
YUV100.31101.3177.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.24%
GREEN value IS 74 (29.30% from 255) = 24.92%
BLUE value IS 53 (21.09% from 255) = 17.85%
R=57.24%
G=24.92%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170745300.560.690.3310.7752.4743.73
HexAA4A350384521b342c
Octal2521126507010541136454
Binary101010101001010110101011100010001011000011011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4A35; }

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

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

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

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

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

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

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

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