Html Css Color HEX #AE5039 Orange Roughy

📋 copy color: '#AE5039'

red 174 ◦ green 80 ◦ blue 57

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

Shades of Orange Roughy #AE5039

Tints of Orange Roughy #AE5039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.33%

R = 55.95%
G = 25.72%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AE5039 (or 0xAE5039) is known color: Orange Roughy. HEX triplet: AE, 50 and 39. RGB value is (174,80,57). Sum of RGB (Red+Green+Blue) = 174+80+57=311 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.95% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5039 is #51AFC6. Grayscale: #696969. Windows color (decimal): -5353415 or 3756206. OLE color: 3756206.

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

Color convert

RGB 174 80 57 -
CMYK 0 0.54 0.67 0.32
HSL 11.79º 0.51% 0.45% -
HSV(B) 11.79º 0.67% 0.68% -
XYZ 21.06 15.03 5.66 -
YUV 105.48 100.64 176.87 -
System Red Green Blue C M Y K H S L
Decimal 174 80 57 0 0.54 0.67 0.32 11.79 0.51 0.45
Hex AE 50 39 0 36 43 20 C 33 2D
Octal 256 120 71 0 66 103 40 14 63 55
Binary 10101110 1010000 111001 0 110110 1000011 100000 1100 110011 101101

Color Harmonies of #AE5039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5039

Black with #AE5039

Text Example


Text Example

White with #AE5039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5039; }

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

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

background-color css

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

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

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

border-color css

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

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

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