Html Css Color HEX #AA573F Orange Roughy

📋 copy color: '#AA573F'

red 170 ◦ green 87 ◦ blue 63

#AA573F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Roughy #AA573F

Tints of Orange Roughy #AA573F

RGB

 RED value IS 170 (66.8% from 255) = 53.13%

 GREEN value IS 87 (34.38% from 255) = 27.19%

 BLUE value IS 63 (25% from 255) = 19.69%

R = 53.13%
G = 27.19%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA573F (or 0xAA573F) is known color: Orange Roughy. HEX triplet: AA, 57 and 3F. RGB value is (170,87,63). Sum of RGB (Red+Green+Blue) = 170+87+63=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA573F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA573F is #55A8C0. Grayscale: #6D6D6D. Windows color (decimal): -5613761 or 4151210. OLE color: 4151210.

HSL color Cylindrical-coordinate representation of color #AA573F: hue angle of 13.46º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA573F is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 87 63 -
CMYK 0 0.49 0.63 0.33
HSL 13.46º 0.46% 0.46% -
HSV(B) 13.46º 0.63% 0.67% -
XYZ 20.88 15.72 6.64 -
YUV 109.08 102 171.45 -
System Red Green Blue C M Y K H S L
Decimal 170 87 63 0 0.49 0.63 0.33 13.46 0.46 0.46
Hex AA 57 3F 0 31 3F 21 D 2E 2E
Octal 252 127 77 0 61 77 41 15 56 56
Binary 10101010 1010111 111111 0 110001 111111 100001 1101 101110 101110

Color Harmonies of #AA573F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA573F

Black with #AA573F

Text Example


Text Example

White with #AA573F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA573F; }

 p { color: rgb(170,87,63); }

 H1.HeaderClassName
 {
   color: #AA573F;
 }
 .AnyTagClassName
 {
   color: #AA573F;
 }
</style>

background-color css

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

 a { background-color: rgb(170,87,63); }

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

border-color css

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

 span { border-color: rgb(170,87,63); }

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