Html Css Color HEX #AA593E Orange Roughy

📋 copy color: '#AA593E'

red 170 ◦ green 89 ◦ blue 62

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

Shades of Orange Roughy #AA593E

Tints of Orange Roughy #AA593E

RGB

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

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

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

R = 52.96%
G = 27.73%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA593E (or 0xAA593E) is known color: Orange Roughy. HEX triplet: AA, 59 and 3E. RGB value is (170,89,62). Sum of RGB (Red+Green+Blue) = 170+89+62=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA593E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA593E is #55A6C1. Grayscale: #6E6E6E. Windows color (decimal): -5613250 or 4086186. OLE color: 4086186.

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

Color convert

RGB 170 89 62 -
CMYK 0 0.48 0.64 0.33
HSL 15º 0.47% 0.45% -
HSV(B) 15º 0.64% 0.67% -
XYZ 21.02 16.04 6.55 -
YUV 110.14 100.84 170.7 -
System Red Green Blue C M Y K H S L
Decimal 170 89 62 0 0.48 0.64 0.33 15 0.47 0.45
Hex AA 59 3E 0 30 40 21 F 2F 2D
Octal 252 131 76 0 60 100 41 17 57 55
Binary 10101010 1011001 111110 0 110000 1000000 100001 1111 101111 101101

Color Harmonies of #AA593E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA593E

Black with #AA593E

Text Example


Text Example

White with #AA593E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA593E; }

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

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

background-color css

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

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

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

border-color css

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

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

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