Html Css Color HEX #AA593D Orange Roughy

📋 copy color: '#AA593D'

red 170 ◦ green 89 ◦ blue 61

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

Shades of Orange Roughy #AA593D

Tints of Orange Roughy #AA593D

RGB

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

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

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

R = 53.13%
G = 27.81%
B = 19.06%

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

#AA593D (or 0xAA593D) is known color: Orange Roughy. HEX triplet: AA, 59 and 3D. RGB value is (170,89,61). Sum of RGB (Red+Green+Blue) = 170+89+61=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA593D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA593D is #55A6C2. Grayscale: #6E6E6E. Windows color (decimal): -5613251 or 4020650. OLE color: 4020650.

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

Color convert

RGB 170 89 61 -
CMYK 0 0.48 0.64 0.33
HSL 15.41º 0.47% 0.45% -
HSV(B) 15.41º 0.64% 0.67% -
XYZ 20.99 16.03 6.4 -
YUV 110.03 100.34 170.78 -
System Red Green Blue C M Y K H S L
Decimal 170 89 61 0 0.48 0.64 0.33 15.41 0.47 0.45
Hex AA 59 3D 0 30 40 21 F 2F 2D
Octal 252 131 75 0 60 100 41 17 57 55
Binary 10101010 1011001 111101 0 110000 1000000 100001 1111 101111 101101

Color Harmonies of #AA593D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA593D

Black with #AA593D

Text Example


Text Example

White with #AA593D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA593D; }

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

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

background-color css

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

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

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

border-color css

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

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

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