Html Css Color HEX #AA593A Orange Roughy

📋 copy color: '#AA593A'

red 170 ◦ green 89 ◦ blue 58

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

Shades of Orange Roughy #AA593A

Tints of Orange Roughy #AA593A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.08%

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

R = 53.63%
G = 28.08%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA593A (or 0xAA593A) is known color: Orange Roughy. HEX triplet: AA, 59 and 3A. RGB value is (170,89,58). Sum of RGB (Red+Green+Blue) = 170+89+58=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA593A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA593A is #55A6C5. Grayscale: #6D6D6D. Windows color (decimal): -5613254 or 3824042. OLE color: 3824042.

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

Color convert

RGB 170 89 58 -
CMYK 0 0.48 0.66 0.33
HSL 16.61º 0.49% 0.45% -
HSV(B) 16.61º 0.66% 0.67% -
XYZ 20.91 16 5.99 -
YUV 109.69 98.84 171.02 -
System Red Green Blue C M Y K H S L
Decimal 170 89 58 0 0.48 0.66 0.33 16.61 0.49 0.45
Hex AA 59 3A 0 30 42 21 11 31 2D
Octal 252 131 72 0 60 102 41 21 61 55
Binary 10101010 1011001 111010 0 110000 1000010 100001 10001 110001 101101

Color Harmonies of #AA593A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA593A

Black with #AA593A

Text Example


Text Example

White with #AA593A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA593A; }

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

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

background-color css

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

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

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

border-color css

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

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

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