Html Css Color HEX #AE5334 Orange Roughy

📋 copy color: '#AE5334'

red 174 ◦ green 83 ◦ blue 52

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

Shades of Orange Roughy #AE5334

Tints of Orange Roughy #AE5334

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.86%

 BLUE value IS 52 (20.7% from 255) = 16.83%

R = 56.31%
G = 26.86%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AE5334 (or 0xAE5334) is known color: Orange Roughy. HEX triplet: AE, 53 and 34. RGB value is (174,83,52). Sum of RGB (Red+Green+Blue) = 174+83+52=309 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.31% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5334 is #51ACCB. Grayscale: #6A6A6A. Windows color (decimal): -5352652 or 3429294. OLE color: 3429294.

HSL color Cylindrical-coordinate representation of color #AE5334: hue angle of 15.25º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE5334 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 83 52 -
CMYK 0 0.52 0.70 0.32
HSL 15.25º 0.54% 0.44% -
HSV(B) 15.25º 0.7% 0.68% -
XYZ 21.17 15.43 5.11 -
YUV 106.68 97.15 176.02 -
System Red Green Blue C M Y K H S L
Decimal 174 83 52 0 0.52 0.70 0.32 15.25 0.54 0.44
Hex AE 53 34 0 34 46 20 F 36 2C
Octal 256 123 64 0 64 106 40 17 66 54
Binary 10101110 1010011 110100 0 110100 1000110 100000 1111 110110 101100

Color Harmonies of #AE5334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5334

Black with #AE5334

Text Example


Text Example

White with #AE5334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5334; }

 p { color: rgb(174,83,52); }

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

background-color css

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

 a { background-color: rgb(174,83,52); }

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

border-color css

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

 span { border-color: rgb(174,83,52); }

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