Html Css Color HEX #AE5038 Orange Roughy

📋 copy color: '#AE5038'

red 174 ◦ green 80 ◦ blue 56

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

Shades of Orange Roughy #AE5038

Tints of Orange Roughy #AE5038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.06%

R = 56.13%
G = 25.81%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AE5038 (or 0xAE5038) is known color: Orange Roughy. HEX triplet: AE, 50 and 38. RGB value is (174,80,56). Sum of RGB (Red+Green+Blue) = 174+80+56=310 (41% of max value = 765). Red value is 174 (68.36% from 255 or 56.13% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5038 is #51AFC7. Grayscale: #696969. Windows color (decimal): -5353416 or 3690670. OLE color: 3690670.

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

Color convert

RGB 174 80 56 -
CMYK 0 0.54 0.68 0.32
HSL 12.2º 0.51% 0.45% -
HSV(B) 12.2º 0.68% 0.68% -
XYZ 21.04 15.02 5.53 -
YUV 105.37 100.14 176.95 -
System Red Green Blue C M Y K H S L
Decimal 174 80 56 0 0.54 0.68 0.32 12.2 0.51 0.45
Hex AE 50 38 0 36 44 20 C 33 2D
Octal 256 120 70 0 66 104 40 14 63 55
Binary 10101110 1010000 111000 0 110110 1000100 100000 1100 110011 101101

Color Harmonies of #AE5038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5038

Black with #AE5038

Text Example


Text Example

White with #AE5038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5038; }

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

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

background-color css

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

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

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

border-color css

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

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

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