Html Css Color HEX #AA563F Orange Roughy

📋 copy color: '#AA563F'

red 170 ◦ green 86 ◦ blue 63

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

Shades of Orange Roughy #AA563F

Tints of Orange Roughy #AA563F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.75%

R = 53.29%
G = 26.96%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA563F (or 0xAA563F) is known color: Orange Roughy. HEX triplet: AA, 56 and 3F. RGB value is (170,86,63). Sum of RGB (Red+Green+Blue) = 170+86+63=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA563F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA563F is #55A9C0. Grayscale: #6C6C6C. Windows color (decimal): -5614017 or 4150954. OLE color: 4150954.

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

Color convert

RGB 170 86 63 -
CMYK 0 0.49 0.63 0.33
HSL 12.9º 0.46% 0.46% -
HSV(B) 12.9º 0.63% 0.67% -
XYZ 20.8 15.56 6.61 -
YUV 108.49 102.33 171.87 -
System Red Green Blue C M Y K H S L
Decimal 170 86 63 0 0.49 0.63 0.33 12.9 0.46 0.46
Hex AA 56 3F 0 31 3F 21 D 2E 2E
Octal 252 126 77 0 61 77 41 15 56 56
Binary 10101010 1010110 111111 0 110001 111111 100001 1101 101110 101110

Color Harmonies of #AA563F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA563F

Black with #AA563F

Text Example


Text Example

White with #AA563F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA563F; }

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

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

background-color css

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

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

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

border-color css

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

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

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