Html Css Color HEX #AE5435 Orange Roughy

📋 copy color: '#AE5435'

red 174 ◦ green 84 ◦ blue 53

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

Shades of Orange Roughy #AE5435

Tints of Orange Roughy #AE5435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.04%

R = 55.95%
G = 27.01%
B = 17.04%

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

#AE5435 (or 0xAE5435) is known color: Orange Roughy. HEX triplet: AE, 54 and 35. RGB value is (174,84,53). Sum of RGB (Red+Green+Blue) = 174+84+53=311 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.95% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5435 is #51ABCA. Grayscale: #6B6B6B. Windows color (decimal): -5352395 or 3495086. OLE color: 3495086.

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

Color convert

RGB 174 84 53 -
CMYK 0 0.52 0.70 0.32
HSL 15.37º 0.53% 0.45% -
HSV(B) 15.37º 0.7% 0.68% -
XYZ 21.27 15.6 5.26 -
YUV 107.38 97.32 175.52 -
System Red Green Blue C M Y K H S L
Decimal 174 84 53 0 0.52 0.70 0.32 15.37 0.53 0.45
Hex AE 54 35 0 34 46 20 F 35 2D
Octal 256 124 65 0 64 106 40 17 65 55
Binary 10101110 1010100 110101 0 110100 1000110 100000 1111 110101 101101

Color Harmonies of #AE5435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5435

Black with #AE5435

Text Example


Text Example

White with #AE5435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5435; }

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

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

background-color css

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

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

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

border-color css

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

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

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