Html Css Color HEX #AE513A Orange Roughy

📋 copy color: '#AE513A'

red 174 ◦ green 81 ◦ blue 58

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

Shades of Orange Roughy #AE513A

Tints of Orange Roughy #AE513A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.88%

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

R = 55.59%
G = 25.88%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AE513A (or 0xAE513A) is known color: Orange Roughy. HEX triplet: AE, 51 and 3A. RGB value is (174,81,58). Sum of RGB (Red+Green+Blue) = 174+81+58=313 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.59% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 174 - color contains mainly: red. Hex color #AE513A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE513A is #51AEC5. Grayscale: #6A6A6A. Windows color (decimal): -5353158 or 3821998. OLE color: 3821998.

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

Color convert

RGB 174 81 58 -
CMYK 0 0.53 0.67 0.32
HSL 11.9º 0.5% 0.45% -
HSV(B) 11.9º 0.67% 0.68% -
XYZ 21.16 15.19 5.82 -
YUV 106.19 100.81 176.37 -
System Red Green Blue C M Y K H S L
Decimal 174 81 58 0 0.53 0.67 0.32 11.9 0.5 0.45
Hex AE 51 3A 0 35 43 20 C 32 2D
Octal 256 121 72 0 65 103 40 14 62 55
Binary 10101110 1010001 111010 0 110101 1000011 100000 1100 110010 101101

Color Harmonies of #AE513A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE513A

Black with #AE513A

Text Example


Text Example

White with #AE513A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE513A; }

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

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

background-color css

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

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

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

border-color css

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

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

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