Html Css Color HEX #AE503C Orange Roughy

📋 copy color: '#AE503C'

red 174 ◦ green 80 ◦ blue 60

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

Shades of Orange Roughy #AE503C

Tints of Orange Roughy #AE503C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.48%

 BLUE value IS 60 (23.83% from 255) = 19.11%

R = 55.41%
G = 25.48%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE503C (or 0xAE503C) is known color: Orange Roughy. HEX triplet: AE, 50 and 3C. RGB value is (174,80,60). Sum of RGB (Red+Green+Blue) = 174+80+60=314 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.41% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 174 - color contains mainly: red. Hex color #AE503C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE503C is #51AFC3. Grayscale: #696969. Windows color (decimal): -5353412 or 3952814. OLE color: 3952814.

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

Color convert

RGB 174 80 60 -
CMYK 0 0.54 0.66 0.32
HSL 10.53º 0.49% 0.46% -
HSV(B) 10.53º 0.66% 0.68% -
XYZ 21.14 15.06 6.07 -
YUV 105.83 102.14 176.63 -
System Red Green Blue C M Y K H S L
Decimal 174 80 60 0 0.54 0.66 0.32 10.53 0.49 0.46
Hex AE 50 3C 0 36 42 20 B 31 2E
Octal 256 120 74 0 66 102 40 13 61 56
Binary 10101110 1010000 111100 0 110110 1000010 100000 1011 110001 101110

Color Harmonies of #AE503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE503C

Black with #AE503C

Text Example


Text Example

White with #AE503C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE503C; }

 p { color: rgb(174,80,60); }

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

background-color css

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

 a { background-color: rgb(174,80,60); }

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

border-color css

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

 span { border-color: rgb(174,80,60); }

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