#AA4B35

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

Shades of Orange Roughy #AA4B35

Tints of Orange Roughy #AA4B35

Color information

#AA4B35 (or 0xAA4B35) is unknown color: approx Orange Roughy. HEX triplet: AA, 4B and 35. RGB value is (170,75,53). Sum of RGB (Red+Green+Blue) = 170+75+53=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4B35 is #55B4CA. Grayscale: #656565. Windows color (decimal): -5616843 or 3492778. OLE color: 3492778.

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

Color convert

RGB1707553-
CMYK00.560.690.33
HSL11.28º52.47%43.73%-
HSV(B)11.28º68.82%66.67%-
XYZ19.7413.845-
YUV100.9100.97177.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.05%
GREEN value IS 75 (29.69% from 255) = 25.17%
BLUE value IS 53 (21.09% from 255) = 17.79%
R=57.05%
G=25.17%
B=17.79%

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
Decimal170755300.560.690.3311.2852.4743.73
HexAA4B350384521b342c
Octal2521136507010541136454
Binary101010101001011110101011100010001011000011011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4B35; }

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

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

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

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

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

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

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

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