Html Css Color HEX #AA563B Orange Roughy

📋 copy color: '#AA563B'

red 170 ◦ green 86 ◦ blue 59

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

Shades of Orange Roughy #AA563B

Tints of Orange Roughy #AA563B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.3%

 BLUE value IS 59 (23.44% from 255) = 18.73%

R = 53.97%
G = 27.3%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA563B (or 0xAA563B) is known color: Orange Roughy. HEX triplet: AA, 56 and 3B. RGB value is (170,86,59). Sum of RGB (Red+Green+Blue) = 170+86+59=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA563B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA563B is #55A9C4. Grayscale: #6C6C6C. Windows color (decimal): -5614021 or 3888810. OLE color: 3888810.

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

Color convert

RGB 170 86 59 -
CMYK 0 0.49 0.65 0.33
HSL 14.59º 0.48% 0.45% -
HSV(B) 14.59º 0.65% 0.67% -
XYZ 20.69 15.52 6.04 -
YUV 108.04 100.33 172.2 -
System Red Green Blue C M Y K H S L
Decimal 170 86 59 0 0.49 0.65 0.33 14.59 0.48 0.45
Hex AA 56 3B 0 31 41 21 F 30 2D
Octal 252 126 73 0 61 101 41 17 60 55
Binary 10101010 1010110 111011 0 110001 1000001 100001 1111 110000 101101

Color Harmonies of #AA563B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA563B

Black with #AA563B

Text Example


Text Example

White with #AA563B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA563B; }

 p { color: rgb(170,86,59); }

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

background-color css

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

 a { background-color: rgb(170,86,59); }

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

border-color css

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

 span { border-color: rgb(170,86,59); }

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