Html Css Color HEX #AE503A Orange Roughy

📋 copy color: '#AE503A'

red 174 ◦ green 80 ◦ blue 58

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

Shades of Orange Roughy #AE503A

Tints of Orange Roughy #AE503A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.59%

R = 55.77%
G = 25.64%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AE503A (or 0xAE503A) is known color: Orange Roughy. HEX triplet: AE, 50 and 3A. RGB value is (174,80,58). Sum of RGB (Red+Green+Blue) = 174+80+58=312 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.77% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 174 - color contains mainly: red. Hex color #AE503A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE503A is #51AFC5. Grayscale: #696969. Windows color (decimal): -5353414 or 3821742. OLE color: 3821742.

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

Color convert

RGB 174 80 58 -
CMYK 0 0.54 0.67 0.32
HSL 11.38º 0.5% 0.45% -
HSV(B) 11.38º 0.67% 0.68% -
XYZ 21.09 15.04 5.79 -
YUV 105.6 101.14 176.79 -
System Red Green Blue C M Y K H S L
Decimal 174 80 58 0 0.54 0.67 0.32 11.38 0.5 0.45
Hex AE 50 3A 0 36 43 20 B 32 2D
Octal 256 120 72 0 66 103 40 13 62 55
Binary 10101110 1010000 111010 0 110110 1000011 100000 1011 110010 101101

Color Harmonies of #AE503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE503A

Black with #AE503A

Text Example


Text Example

White with #AE503A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE503A; }

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

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

background-color css

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

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

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

border-color css

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

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

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