Html Css Color HEX #AA573D Orange Roughy

📋 copy color: '#AA573D'

red 170 ◦ green 87 ◦ blue 61

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

Shades of Orange Roughy #AA573D

Tints of Orange Roughy #AA573D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.18%

R = 53.46%
G = 27.36%
B = 19.18%

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

#AA573D (or 0xAA573D) is known color: Orange Roughy. HEX triplet: AA, 57 and 3D. RGB value is (170,87,61). Sum of RGB (Red+Green+Blue) = 170+87+61=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA573D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA573D is #55A8C2. Grayscale: #6D6D6D. Windows color (decimal): -5613763 or 4020138. OLE color: 4020138.

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

Color convert

RGB 170 87 61 -
CMYK 0 0.49 0.64 0.33
HSL 14.31º 0.47% 0.45% -
HSV(B) 14.31º 0.64% 0.67% -
XYZ 20.83 15.7 6.35 -
YUV 108.85 101 171.61 -
System Red Green Blue C M Y K H S L
Decimal 170 87 61 0 0.49 0.64 0.33 14.31 0.47 0.45
Hex AA 57 3D 0 31 40 21 E 2F 2D
Octal 252 127 75 0 61 100 41 16 57 55
Binary 10101010 1010111 111101 0 110001 1000000 100001 1110 101111 101101

Color Harmonies of #AA573D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA573D

Black with #AA573D

Text Example


Text Example

White with #AA573D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA573D; }

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

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

background-color css

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

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

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

border-color css

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

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

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