Html Css Color HEX #AA5739 Orange Roughy

📋 copy color: '#AA5739'

red 170 ◦ green 87 ◦ blue 57

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

Shades of Orange Roughy #AA5739

Tints of Orange Roughy #AA5739

RGB

 RED value IS 170 (66.8% from 255) = 54.14%

 GREEN value IS 87 (34.38% from 255) = 27.71%

 BLUE value IS 57 (22.66% from 255) = 18.15%

R = 54.14%
G = 27.71%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA5739 (or 0xAA5739) is known color: Orange Roughy. HEX triplet: AA, 57 and 39. RGB value is (170,87,57). Sum of RGB (Red+Green+Blue) = 170+87+57=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5739 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5739 is #55A8C6. Grayscale: #6C6C6C. Windows color (decimal): -5613767 or 3757994. OLE color: 3757994.

HSL color Cylindrical-coordinate representation of color #AA5739: hue angle of 15.93º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA5739 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 87 57 -
CMYK 0 0.49 0.66 0.33
HSL 15.93º 0.5% 0.45% -
HSV(B) 15.93º 0.66% 0.67% -
XYZ 20.72 15.66 5.8 -
YUV 108.4 99 171.94 -
System Red Green Blue C M Y K H S L
Decimal 170 87 57 0 0.49 0.66 0.33 15.93 0.5 0.45
Hex AA 57 39 0 31 42 21 10 32 2D
Octal 252 127 71 0 61 102 41 20 62 55
Binary 10101010 1010111 111001 0 110001 1000010 100001 10000 110010 101101

Color Harmonies of #AA5739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5739

Black with #AA5739

Text Example


Text Example

White with #AA5739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5739; }

 p { color: rgb(170,87,57); }

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

background-color css

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

 a { background-color: rgb(170,87,57); }

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

border-color css

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

 span { border-color: rgb(170,87,57); }

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