Html Css Color HEX #AE573F Orange Roughy

📋 copy color: '#AE573F'

red 174 ◦ green 87 ◦ blue 63

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

Shades of Orange Roughy #AE573F

Tints of Orange Roughy #AE573F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.85%

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

R = 53.7%
G = 26.85%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE573F (or 0xAE573F) is known color: Orange Roughy. HEX triplet: AE, 57 and 3F. RGB value is (174,87,63). Sum of RGB (Red+Green+Blue) = 174+87+63=324 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.70% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 174 - color contains mainly: red. Hex color #AE573F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE573F is #51A8C0. Grayscale: #6E6E6E. Windows color (decimal): -5351617 or 4151214. OLE color: 4151214.

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

Color convert

RGB 174 87 63 -
CMYK 0 0.5 0.64 0.32
HSL 12.97º 0.47% 0.46% -
HSV(B) 12.97º 0.64% 0.68% -
XYZ 21.76 16.17 6.68 -
YUV 110.28 101.32 173.45 -
System Red Green Blue C M Y K H S L
Decimal 174 87 63 0 0.5 0.64 0.32 12.97 0.47 0.46
Hex AE 57 3F 0 32 40 20 D 2F 2E
Octal 256 127 77 0 62 100 40 15 57 56
Binary 10101110 1010111 111111 0 110010 1000000 100000 1101 101111 101110

Color Harmonies of #AE573F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE573F

Black with #AE573F

Text Example


Text Example

White with #AE573F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE573F; }

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

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

background-color css

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

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

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

border-color css

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

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

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