Html Css Color HEX #AE543A Orange Roughy

📋 copy color: '#AE543A'

red 174 ◦ green 84 ◦ blue 58

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

Shades of Orange Roughy #AE543A

Tints of Orange Roughy #AE543A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.58%

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

R = 55.06%
G = 26.58%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AE543A (or 0xAE543A) is known color: Orange Roughy. HEX triplet: AE, 54 and 3A. RGB value is (174,84,58). Sum of RGB (Red+Green+Blue) = 174+84+58=316 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.06% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 174 - color contains mainly: red. Hex color #AE543A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE543A is #51ABC5. Grayscale: #6C6C6C. Windows color (decimal): -5352390 or 3822766. OLE color: 3822766.

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

Color convert

RGB 174 84 58 -
CMYK 0 0.52 0.67 0.32
HSL 13.45º 0.5% 0.45% -
HSV(B) 13.45º 0.67% 0.68% -
XYZ 21.39 15.64 5.9 -
YUV 107.95 99.82 175.11 -
System Red Green Blue C M Y K H S L
Decimal 174 84 58 0 0.52 0.67 0.32 13.45 0.5 0.45
Hex AE 54 3A 0 34 43 20 D 32 2D
Octal 256 124 72 0 64 103 40 15 62 55
Binary 10101110 1010100 111010 0 110100 1000011 100000 1101 110010 101101

Color Harmonies of #AE543A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE543A

Black with #AE543A

Text Example


Text Example

White with #AE543A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE543A; }

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

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

background-color css

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

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

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

border-color css

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

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

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