Html Css Color HEX #AA573E Orange Roughy

📋 copy color: '#AA573E'

red 170 ◦ green 87 ◦ blue 62

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

Shades of Orange Roughy #AA573E

Tints of Orange Roughy #AA573E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.44%

R = 53.29%
G = 27.27%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA573E (or 0xAA573E) is known color: Orange Roughy. HEX triplet: AA, 57 and 3E. RGB value is (170,87,62). Sum of RGB (Red+Green+Blue) = 170+87+62=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA573E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA573E is #55A8C1. Grayscale: #6D6D6D. Windows color (decimal): -5613762 or 4085674. OLE color: 4085674.

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

Color convert

RGB 170 87 62 -
CMYK 0 0.49 0.64 0.33
HSL 13.89º 0.47% 0.45% -
HSV(B) 13.89º 0.64% 0.67% -
XYZ 20.86 15.71 6.49 -
YUV 108.97 101.5 171.53 -
System Red Green Blue C M Y K H S L
Decimal 170 87 62 0 0.49 0.64 0.33 13.89 0.47 0.45
Hex AA 57 3E 0 31 40 21 E 2F 2D
Octal 252 127 76 0 61 100 41 16 57 55
Binary 10101010 1010111 111110 0 110001 1000000 100001 1110 101111 101101

Color Harmonies of #AA573E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA573E

Black with #AA573E

Text Example


Text Example

White with #AA573E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA573E; }

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

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

background-color css

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

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

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

border-color css

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

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

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