Html Css Color HEX #AE563D Orange Roughy

📋 copy color: '#AE563D'

red 174 ◦ green 86 ◦ blue 61

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

Shades of Orange Roughy #AE563D

Tints of Orange Roughy #AE563D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19%

R = 54.21%
G = 26.79%
B = 19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AE563D (or 0xAE563D) is known color: Orange Roughy. HEX triplet: AE, 56 and 3D. RGB value is (174,86,61). Sum of RGB (Red+Green+Blue) = 174+86+61=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE563D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE563D is #51A9C2. Grayscale: #6D6D6D. Windows color (decimal): -5351875 or 4019886. OLE color: 4019886.

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

Color convert

RGB 174 86 61 -
CMYK 0 0.51 0.65 0.32
HSL 13.27º 0.48% 0.46% -
HSV(B) 13.27º 0.65% 0.68% -
XYZ 21.63 15.99 6.36 -
YUV 109.46 100.65 174.03 -
System Red Green Blue C M Y K H S L
Decimal 174 86 61 0 0.51 0.65 0.32 13.27 0.48 0.46
Hex AE 56 3D 0 33 41 20 D 30 2E
Octal 256 126 75 0 63 101 40 15 60 56
Binary 10101110 1010110 111101 0 110011 1000001 100000 1101 110000 101110

Color Harmonies of #AE563D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE563D

Black with #AE563D

Text Example


Text Example

White with #AE563D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE563D; }

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

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

background-color css

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

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

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

border-color css

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

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

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