Html Css Color HEX #AE4D3A Orange Roughy

📋 copy color: '#AE4D3A'

red 174 ◦ green 77 ◦ blue 58

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

Shades of Orange Roughy #AE4D3A

Tints of Orange Roughy #AE4D3A

RGB

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

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

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

R = 56.31%
G = 24.92%
B = 18.77%

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

#AE4D3A (or 0xAE4D3A) is known color: Orange Roughy. HEX triplet: AE, 4D and 3A. RGB value is (174,77,58). Sum of RGB (Red+Green+Blue) = 174+77+58=309 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.31% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE4D3A is #51B2C5. Grayscale: #686868. Windows color (decimal): -5354182 or 3820974. OLE color: 3820974.

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

Color convert

RGB 174 77 58 -
CMYK 0 0.56 0.67 0.32
HSL 9.83º 0.5% 0.45% -
HSV(B) 9.83º 0.67% 0.68% -
XYZ 20.87 14.61 5.72 -
YUV 103.84 102.14 178.04 -
System Red Green Blue C M Y K H S L
Decimal 174 77 58 0 0.56 0.67 0.32 9.83 0.5 0.45
Hex AE 4D 3A 0 38 43 20 A 32 2D
Octal 256 115 72 0 70 103 40 12 62 55
Binary 10101110 1001101 111010 0 111000 1000011 100000 1010 110010 101101

Color Harmonies of #AE4D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4D3A

Black with #AE4D3A

Text Example


Text Example

White with #AE4D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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