Html Css Color HEX #AE563F Orange Roughy

📋 copy color: '#AE563F'

red 174 ◦ green 86 ◦ blue 63

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

Shades of Orange Roughy #AE563F

Tints of Orange Roughy #AE563F

RGB

 RED value IS 174 (68.36% from 255) = 53.87%

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

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

R = 53.87%
G = 26.63%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE563F (or 0xAE563F) is known color: Orange Roughy. HEX triplet: AE, 56 and 3F. RGB value is (174,86,63). Sum of RGB (Red+Green+Blue) = 174+86+63=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE563F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE563F is #51A9C0. Grayscale: #6D6D6D. Windows color (decimal): -5351873 or 4150958. OLE color: 4150958.

HSL color Cylindrical-coordinate representation of color #AE563F: hue angle of 12.43º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE563F is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 86 63 -
CMYK 0 0.51 0.64 0.32
HSL 12.43º 0.47% 0.46% -
HSV(B) 12.43º 0.64% 0.68% -
XYZ 21.68 16.01 6.65 -
YUV 109.69 101.65 173.87 -
System Red Green Blue C M Y K H S L
Decimal 174 86 63 0 0.51 0.64 0.32 12.43 0.47 0.46
Hex AE 56 3F 0 33 40 20 C 2F 2E
Octal 256 126 77 0 63 100 40 14 57 56
Binary 10101110 1010110 111111 0 110011 1000000 100000 1100 101111 101110

Color Harmonies of #AE563F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE563F

Black with #AE563F

Text Example


Text Example

White with #AE563F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE563F; }

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

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

background-color css

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

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

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

border-color css

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

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

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