Html Css Color HEX #AE543D Orange Roughy

📋 copy color: '#AE543D'

red 174 ◦ green 84 ◦ blue 61

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

Shades of Orange Roughy #AE543D

Tints of Orange Roughy #AE543D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.12%

R = 54.55%
G = 26.33%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AE543D (or 0xAE543D) is known color: Orange Roughy. HEX triplet: AE, 54 and 3D. RGB value is (174,84,61). Sum of RGB (Red+Green+Blue) = 174+84+61=319 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.55% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 174 - color contains mainly: red. Hex color #AE543D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE543D is #51ABC2. Grayscale: #6C6C6C. Windows color (decimal): -5352387 or 4019374. OLE color: 4019374.

HSL color Cylindrical-coordinate representation of color #AE543D: hue angle of 12.21º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AE543D is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 84 61 -
CMYK 0 0.52 0.65 0.32
HSL 12.21º 0.48% 0.46% -
HSV(B) 12.21º 0.65% 0.68% -
XYZ 21.47 15.68 6.31 -
YUV 108.29 101.32 174.87 -
System Red Green Blue C M Y K H S L
Decimal 174 84 61 0 0.52 0.65 0.32 12.21 0.48 0.46
Hex AE 54 3D 0 34 41 20 C 30 2E
Octal 256 124 75 0 64 101 40 14 60 56
Binary 10101110 1010100 111101 0 110100 1000001 100000 1100 110000 101110

Color Harmonies of #AE543D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE543D

Black with #AE543D

Text Example


Text Example

White with #AE543D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE543D; }

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

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

background-color css

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

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

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

border-color css

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

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

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