Html Css Color HEX #AA563A Orange Roughy

📋 copy color: '#AA563A'

red 170 ◦ green 86 ◦ blue 58

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

Shades of Orange Roughy #AA563A

Tints of Orange Roughy #AA563A

RGB

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

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

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

R = 54.14%
G = 27.39%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA563A (or 0xAA563A) is known color: Orange Roughy. HEX triplet: AA, 56 and 3A. RGB value is (170,86,58). Sum of RGB (Red+Green+Blue) = 170+86+58=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA563A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA563A is #55A9C5. Grayscale: #6C6C6C. Windows color (decimal): -5614022 or 3823274. OLE color: 3823274.

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

Color convert

RGB 170 86 58 -
CMYK 0 0.49 0.66 0.33
HSL 15º 0.49% 0.45% -
HSV(B) 15º 0.66% 0.67% -
XYZ 20.67 15.51 5.91 -
YUV 107.92 99.83 172.28 -
System Red Green Blue C M Y K H S L
Decimal 170 86 58 0 0.49 0.66 0.33 15 0.49 0.45
Hex AA 56 3A 0 31 42 21 F 31 2D
Octal 252 126 72 0 61 102 41 17 61 55
Binary 10101010 1010110 111010 0 110001 1000010 100001 1111 110001 101101

Color Harmonies of #AA563A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA563A

Black with #AA563A

Text Example


Text Example

White with #AA563A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA563A; }

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

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

background-color css

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

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

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

border-color css

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

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

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