Html Css Color HEX #AE563E Orange Roughy

📋 copy color: '#AE563E'

red 174 ◦ green 86 ◦ blue 62

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

Shades of Orange Roughy #AE563E

Tints of Orange Roughy #AE563E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.25%

R = 54.04%
G = 26.71%
B = 19.25%

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

#AE563E (or 0xAE563E) is known color: Orange Roughy. HEX triplet: AE, 56 and 3E. RGB value is (174,86,62). Sum of RGB (Red+Green+Blue) = 174+86+62=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE563E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE563E is #51A9C1. Grayscale: #6D6D6D. Windows color (decimal): -5351874 or 4085422. OLE color: 4085422.

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

Color convert

RGB 174 86 62 -
CMYK 0 0.51 0.64 0.32
HSL 12.86º 0.47% 0.46% -
HSV(B) 12.86º 0.64% 0.68% -
XYZ 21.65 16 6.5 -
YUV 109.58 101.15 173.95 -
System Red Green Blue C M Y K H S L
Decimal 174 86 62 0 0.51 0.64 0.32 12.86 0.47 0.46
Hex AE 56 3E 0 33 40 20 D 2F 2E
Octal 256 126 76 0 63 100 40 15 57 56
Binary 10101110 1010110 111110 0 110011 1000000 100000 1101 101111 101110

Color Harmonies of #AE563E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE563E

Black with #AE563E

Text Example


Text Example

White with #AE563E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE563E; }

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

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

background-color css

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

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

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

border-color css

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

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

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