Html Css Color HEX #AE553C Orange Roughy

📋 copy color: '#AE553C'

red 174 ◦ green 85 ◦ blue 60

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

Shades of Orange Roughy #AE553C

Tints of Orange Roughy #AE553C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.65%

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

R = 54.55%
G = 26.65%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE553C (or 0xAE553C) is known color: Orange Roughy. HEX triplet: AE, 55 and 3C. RGB value is (174,85,60). Sum of RGB (Red+Green+Blue) = 174+85+60=319 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.55% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 174 - color contains mainly: red. Hex color #AE553C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE553C is #51AAC3. Grayscale: #6C6C6C. Windows color (decimal): -5352132 or 3954094. OLE color: 3954094.

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

Color convert

RGB 174 85 60 -
CMYK 0 0.51 0.66 0.32
HSL 13.16º 0.49% 0.46% -
HSV(B) 13.16º 0.66% 0.68% -
XYZ 21.52 15.82 6.19 -
YUV 108.76 100.49 174.53 -
System Red Green Blue C M Y K H S L
Decimal 174 85 60 0 0.51 0.66 0.32 13.16 0.49 0.46
Hex AE 55 3C 0 33 42 20 D 31 2E
Octal 256 125 74 0 63 102 40 15 61 56
Binary 10101110 1010101 111100 0 110011 1000010 100000 1101 110001 101110

Color Harmonies of #AE553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE553C

Black with #AE553C

Text Example


Text Example

White with #AE553C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE553C; }

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

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

background-color css

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

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

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

border-color css

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

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

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