Html Css Color HEX #AE533E Orange Roughy

📋 copy color: '#AE533E'

red 174 ◦ green 83 ◦ blue 62

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

Shades of Orange Roughy #AE533E

Tints of Orange Roughy #AE533E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.44%

R = 54.55%
G = 26.02%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE533E (or 0xAE533E) is known color: Orange Roughy. HEX triplet: AE, 53 and 3E. RGB value is (174,83,62). Sum of RGB (Red+Green+Blue) = 174+83+62=319 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.55% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 174 - color contains mainly: red. Hex color #AE533E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE533E is #51ACC1. Grayscale: #6B6B6B. Windows color (decimal): -5352642 or 4084654. OLE color: 4084654.

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

Color convert

RGB 174 83 62 -
CMYK 0 0.52 0.64 0.32
HSL 11.25º 0.47% 0.46% -
HSV(B) 11.25º 0.64% 0.68% -
XYZ 21.42 15.53 6.43 -
YUV 107.82 102.15 175.21 -
System Red Green Blue C M Y K H S L
Decimal 174 83 62 0 0.52 0.64 0.32 11.25 0.47 0.46
Hex AE 53 3E 0 34 40 20 B 2F 2E
Octal 256 123 76 0 64 100 40 13 57 56
Binary 10101110 1010011 111110 0 110100 1000000 100000 1011 101111 101110

Color Harmonies of #AE533E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE533E

Black with #AE533E

Text Example


Text Example

White with #AE533E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE533E; }

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

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

background-color css

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

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

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

border-color css

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

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

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