Html Css Color HEX #AE4D39 Orange Roughy

📋 copy color: '#AE4D39'

red 174 ◦ green 77 ◦ blue 57

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

Shades of Orange Roughy #AE4D39

Tints of Orange Roughy #AE4D39

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25%

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

R = 56.49%
G = 25%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AE4D39 (or 0xAE4D39) is known color: Orange Roughy. HEX triplet: AE, 4D and 39. RGB value is (174,77,57). Sum of RGB (Red+Green+Blue) = 174+77+57=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE4D39 is #51B2C6. Grayscale: #676767. Windows color (decimal): -5354183 or 3755438. OLE color: 3755438.

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

Color convert

RGB 174 77 57 -
CMYK 0 0.56 0.67 0.32
HSL 10.26º 0.51% 0.45% -
HSV(B) 10.26º 0.67% 0.68% -
XYZ 20.85 14.6 5.59 -
YUV 103.72 101.64 178.13 -
System Red Green Blue C M Y K H S L
Decimal 174 77 57 0 0.56 0.67 0.32 10.26 0.51 0.45
Hex AE 4D 39 0 38 43 20 A 33 2D
Octal 256 115 71 0 70 103 40 12 63 55
Binary 10101110 1001101 111001 0 111000 1000011 100000 1010 110011 101101

Color Harmonies of #AE4D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4D39

Black with #AE4D39

Text Example


Text Example

White with #AE4D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4D39; }

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

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

background-color css

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

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

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

border-color css

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

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

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