Html Css Color HEX #AE593B Orange Roughy

📋 copy color: '#AE593B'

red 174 ◦ green 89 ◦ blue 59

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

Shades of Orange Roughy #AE593B

Tints of Orange Roughy #AE593B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.64%

 BLUE value IS 59 (23.44% from 255) = 18.32%

R = 54.04%
G = 27.64%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE593B (or 0xAE593B) is known color: Orange Roughy. HEX triplet: AE, 59 and 3B. RGB value is (174,89,59). Sum of RGB (Red+Green+Blue) = 174+89+59=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE593B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE593B is #51A6C4. Grayscale: #6F6F6F. Windows color (decimal): -5351109 or 3889582. OLE color: 3889582.

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

Color convert

RGB 174 89 59 -
CMYK 0 0.49 0.66 0.32
HSL 15.65º 0.49% 0.46% -
HSV(B) 15.65º 0.66% 0.68% -
XYZ 21.82 16.46 6.16 -
YUV 111 98.66 172.94 -
System Red Green Blue C M Y K H S L
Decimal 174 89 59 0 0.49 0.66 0.32 15.65 0.49 0.46
Hex AE 59 3B 0 31 42 20 10 31 2E
Octal 256 131 73 0 61 102 40 20 61 56
Binary 10101110 1011001 111011 0 110001 1000010 100000 10000 110001 101110

Color Harmonies of #AE593B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE593B

Black with #AE593B

Text Example


Text Example

White with #AE593B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE593B; }

 p { color: rgb(174,89,59); }

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

background-color css

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

 a { background-color: rgb(174,89,59); }

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

border-color css

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

 span { border-color: rgb(174,89,59); }

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