Html Css Color HEX #AE553D Orange Roughy

📋 copy color: '#AE553D'

red 174 ◦ green 85 ◦ blue 61

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

Shades of Orange Roughy #AE553D

Tints of Orange Roughy #AE553D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.56%

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

R = 54.38%
G = 26.56%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AE553D (or 0xAE553D) is known color: Orange Roughy. HEX triplet: AE, 55 and 3D. RGB value is (174,85,61). Sum of RGB (Red+Green+Blue) = 174+85+61=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE553D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE553D is #51AAC2. Grayscale: #6D6D6D. Windows color (decimal): -5352131 or 4019630. OLE color: 4019630.

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

Color convert

RGB 174 85 61 -
CMYK 0 0.51 0.65 0.32
HSL 12.74º 0.48% 0.46% -
HSV(B) 12.74º 0.65% 0.68% -
XYZ 21.55 15.83 6.34 -
YUV 108.88 100.99 174.45 -
System Red Green Blue C M Y K H S L
Decimal 174 85 61 0 0.51 0.65 0.32 12.74 0.48 0.46
Hex AE 55 3D 0 33 41 20 D 30 2E
Octal 256 125 75 0 63 101 40 15 60 56
Binary 10101110 1010101 111101 0 110011 1000001 100000 1101 110000 101110

Color Harmonies of #AE553D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE553D

Black with #AE553D

Text Example


Text Example

White with #AE553D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE553D; }

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

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

background-color css

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

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

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

border-color css

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

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

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