Html Css Color HEX #AE5137 Orange Roughy

📋 copy color: '#AE5137'

red 174 ◦ green 81 ◦ blue 55

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

Shades of Orange Roughy #AE5137

Tints of Orange Roughy #AE5137

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.13%

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

R = 56.13%
G = 26.13%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AE5137 (or 0xAE5137) is known color: Orange Roughy. HEX triplet: AE, 51 and 37. RGB value is (174,81,55). Sum of RGB (Red+Green+Blue) = 174+81+55=310 (41% of max value = 765). Red value is 174 (68.36% from 255 or 56.13% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 55 (21.88% from 255 or 17.74% from 310); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5137 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5137 is #51AEC8. Grayscale: #6A6A6A. Windows color (decimal): -5353161 or 3625390. OLE color: 3625390.

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

Color convert

RGB 174 81 55 -
CMYK 0 0.53 0.68 0.32
HSL 13.11º 0.52% 0.45% -
HSV(B) 13.11º 0.68% 0.68% -
XYZ 21.09 15.16 5.43 -
YUV 105.84 99.31 176.61 -
System Red Green Blue C M Y K H S L
Decimal 174 81 55 0 0.53 0.68 0.32 13.11 0.52 0.45
Hex AE 51 37 0 35 44 20 D 34 2D
Octal 256 121 67 0 65 104 40 15 64 55
Binary 10101110 1010001 110111 0 110101 1000100 100000 1101 110100 101101

Color Harmonies of #AE5137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5137

Black with #AE5137

Text Example


Text Example

White with #AE5137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5137; }

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

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

background-color css

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

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

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

border-color css

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

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

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