Html Css Color HEX #AA573A Orange Roughy

📋 copy color: '#AA573A'

red 170 ◦ green 87 ◦ blue 58

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

Shades of Orange Roughy #AA573A

Tints of Orange Roughy #AA573A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.41%

R = 53.97%
G = 27.62%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA573A (or 0xAA573A) is known color: Orange Roughy. HEX triplet: AA, 57 and 3A. RGB value is (170,87,58). Sum of RGB (Red+Green+Blue) = 170+87+58=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA573A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA573A is #55A8C5. Grayscale: #6C6C6C. Windows color (decimal): -5613766 or 3823530. OLE color: 3823530.

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

Color convert

RGB 170 87 58 -
CMYK 0 0.49 0.66 0.33
HSL 15.54º 0.49% 0.45% -
HSV(B) 15.54º 0.66% 0.67% -
XYZ 20.75 15.67 5.93 -
YUV 108.51 99.5 171.86 -
System Red Green Blue C M Y K H S L
Decimal 170 87 58 0 0.49 0.66 0.33 15.54 0.49 0.45
Hex AA 57 3A 0 31 42 21 10 31 2D
Octal 252 127 72 0 61 102 41 20 61 55
Binary 10101010 1010111 111010 0 110001 1000010 100001 10000 110001 101101

Color Harmonies of #AA573A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA573A

Black with #AA573A

Text Example


Text Example

White with #AA573A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA573A; }

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

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

background-color css

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

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

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

border-color css

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

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

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