Html Css Color HEX #AE4E3A Orange Roughy

📋 copy color: '#AE4E3A'

red 174 ◦ green 78 ◦ blue 58

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

Shades of Orange Roughy #AE4E3A

Tints of Orange Roughy #AE4E3A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.16%

 BLUE value IS 58 (23.05% from 255) = 18.71%

R = 56.13%
G = 25.16%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AE4E3A (or 0xAE4E3A) is known color: Orange Roughy. HEX triplet: AE, 4E and 3A. RGB value is (174,78,58). Sum of RGB (Red+Green+Blue) = 174+78+58=310 (41% of max value = 765). Red value is 174 (68.36% from 255 or 56.13% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE4E3A is #51B1C5. Grayscale: #686868. Windows color (decimal): -5353926 or 3821230. OLE color: 3821230.

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

Color convert

RGB 174 78 58 -
CMYK 0 0.55 0.67 0.32
HSL 10.34º 0.5% 0.45% -
HSV(B) 10.34º 0.67% 0.68% -
XYZ 20.94 14.75 5.75 -
YUV 104.42 101.8 177.63 -
System Red Green Blue C M Y K H S L
Decimal 174 78 58 0 0.55 0.67 0.32 10.34 0.5 0.45
Hex AE 4E 3A 0 37 43 20 A 32 2D
Octal 256 116 72 0 67 103 40 12 62 55
Binary 10101110 1001110 111010 0 110111 1000011 100000 1010 110010 101101

Color Harmonies of #AE4E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4E3A

Black with #AE4E3A

Text Example


Text Example

White with #AE4E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4E3A; }

 p { color: rgb(174,78,58); }

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

background-color css

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

 a { background-color: rgb(174,78,58); }

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

border-color css

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

 span { border-color: rgb(174,78,58); }

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