Html Css Color HEX #AE5537 Orange Roughy

📋 copy color: '#AE5537'

red 174 ◦ green 85 ◦ blue 55

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

Shades of Orange Roughy #AE5537

Tints of Orange Roughy #AE5537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.52%

R = 55.41%
G = 27.07%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AE5537 (or 0xAE5537) is known color: Orange Roughy. HEX triplet: AE, 55 and 37. RGB value is (174,85,55). Sum of RGB (Red+Green+Blue) = 174+85+55=314 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.41% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5537 is #51AAC8. Grayscale: #6C6C6C. Windows color (decimal): -5352137 or 3626414. OLE color: 3626414.

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

Color convert

RGB 174 85 55 -
CMYK 0 0.51 0.68 0.32
HSL 15.13º 0.52% 0.45% -
HSV(B) 15.13º 0.68% 0.68% -
XYZ 21.39 15.77 5.53 -
YUV 108.19 97.99 174.94 -
System Red Green Blue C M Y K H S L
Decimal 174 85 55 0 0.51 0.68 0.32 15.13 0.52 0.45
Hex AE 55 37 0 33 44 20 F 34 2D
Octal 256 125 67 0 63 104 40 17 64 55
Binary 10101110 1010101 110111 0 110011 1000100 100000 1111 110100 101101

Color Harmonies of #AE5537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5537

Black with #AE5537

Text Example


Text Example

White with #AE5537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5537; }

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

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

background-color css

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

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

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

border-color css

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

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

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