Html Css Color HEX #AE4D34 Orange Roughy

📋 copy color: '#AE4D34'

red 174 ◦ green 77 ◦ blue 52

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

Shades of Orange Roughy #AE4D34

Tints of Orange Roughy #AE4D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.16%

R = 57.43%
G = 25.41%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AE4D34 (or 0xAE4D34) is known color: Orange Roughy. HEX triplet: AE, 4D and 34. RGB value is (174,77,52). Sum of RGB (Red+Green+Blue) = 174+77+52=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE4D34 is #51B2CB. Grayscale: #676767. Windows color (decimal): -5354188 or 3427758. OLE color: 3427758.

HSL color Cylindrical-coordinate representation of color #AE4D34: hue angle of 12.3º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE4D34 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 77 52 -
CMYK 0 0.56 0.70 0.32
HSL 12.3º 0.54% 0.44% -
HSV(B) 12.3º 0.7% 0.68% -
XYZ 20.73 14.55 4.97 -
YUV 103.15 99.14 178.53 -
System Red Green Blue C M Y K H S L
Decimal 174 77 52 0 0.56 0.70 0.32 12.3 0.54 0.44
Hex AE 4D 34 0 38 46 20 C 36 2C
Octal 256 115 64 0 70 106 40 14 66 54
Binary 10101110 1001101 110100 0 111000 1000110 100000 1100 110110 101100

Color Harmonies of #AE4D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4D34

Black with #AE4D34

Text Example


Text Example

White with #AE4D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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