Html Css Color HEX #AE5338 Orange Roughy

📋 copy color: '#AE5338'

red 174 ◦ green 83 ◦ blue 56

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

Shades of Orange Roughy #AE5338

Tints of Orange Roughy #AE5338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.89%

R = 55.59%
G = 26.52%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AE5338 (or 0xAE5338) is known color: Orange Roughy. HEX triplet: AE, 53 and 38. RGB value is (174,83,56). Sum of RGB (Red+Green+Blue) = 174+83+56=313 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.59% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5338 is #51ACC7. Grayscale: #6B6B6B. Windows color (decimal): -5352648 or 3691438. OLE color: 3691438.

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

Color convert

RGB 174 83 56 -
CMYK 0 0.52 0.68 0.32
HSL 13.73º 0.51% 0.45% -
HSV(B) 13.73º 0.68% 0.68% -
XYZ 21.26 15.47 5.61 -
YUV 107.13 99.15 175.7 -
System Red Green Blue C M Y K H S L
Decimal 174 83 56 0 0.52 0.68 0.32 13.73 0.51 0.45
Hex AE 53 38 0 34 44 20 E 33 2D
Octal 256 123 70 0 64 104 40 16 63 55
Binary 10101110 1010011 111000 0 110100 1000100 100000 1110 110011 101101

Color Harmonies of #AE5338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5338

Black with #AE5338

Text Example


Text Example

White with #AE5338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5338; }

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

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

background-color css

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

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

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

border-color css

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

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

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