Html Css Color HEX #AE5536 Orange Roughy

📋 copy color: '#AE5536'

red 174 ◦ green 85 ◦ blue 54

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

Shades of Orange Roughy #AE5536

Tints of Orange Roughy #AE5536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.25%

R = 55.59%
G = 27.16%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AE5536 (or 0xAE5536) is known color: Orange Roughy. HEX triplet: AE, 55 and 36. RGB value is (174,85,54). Sum of RGB (Red+Green+Blue) = 174+85+54=313 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.59% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5536 is #51AAC9. Grayscale: #6C6C6C. Windows color (decimal): -5352138 or 3560878. OLE color: 3560878.

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

Color convert

RGB 174 85 54 -
CMYK 0 0.51 0.69 0.32
HSL 15.5º 0.53% 0.45% -
HSV(B) 15.5º 0.69% 0.68% -
XYZ 21.37 15.76 5.41 -
YUV 108.08 97.49 175.02 -
System Red Green Blue C M Y K H S L
Decimal 174 85 54 0 0.51 0.69 0.32 15.5 0.53 0.45
Hex AE 55 36 0 33 45 20 10 35 2D
Octal 256 125 66 0 63 105 40 20 65 55
Binary 10101110 1010101 110110 0 110011 1000101 100000 10000 110101 101101

Color Harmonies of #AE5536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5536

Black with #AE5536

Text Example


Text Example

White with #AE5536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5536; }

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

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

background-color css

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

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

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

border-color css

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

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

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