Html Css Color HEX #AA5537 Orange Roughy

📋 copy color: '#AA5537'

red 170 ◦ green 85 ◦ blue 55

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

Shades of Orange Roughy #AA5537

Tints of Orange Roughy #AA5537

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.42%

 BLUE value IS 55 (21.88% from 255) = 17.74%

R = 54.84%
G = 27.42%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA5537 (or 0xAA5537) is known color: Orange Roughy. HEX triplet: AA, 55 and 37. RGB value is (170,85,55). Sum of RGB (Red+Green+Blue) = 170+85+55=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 55 (21.88% from 255 or 17.74% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5537 is #55AAC8. Grayscale: #6B6B6B. Windows color (decimal): -5614281 or 3626410. OLE color: 3626410.

HSL color Cylindrical-coordinate representation of color #AA5537: hue angle of 15.65º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA5537 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 85 55 -
CMYK 0 0.50 0.68 0.33
HSL 15.65º 0.51% 0.44% -
HSV(B) 15.65º 0.68% 0.67% -
XYZ 20.52 15.32 5.49 -
YUV 107 98.66 172.94 -
System Red Green Blue C M Y K H S L
Decimal 170 85 55 0 0.50 0.68 0.33 15.65 0.51 0.44
Hex AA 55 37 0 32 44 21 10 33 2C
Octal 252 125 67 0 62 104 41 20 63 54
Binary 10101010 1010101 110111 0 110010 1000100 100001 10000 110011 101100

Color Harmonies of #AA5537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5537

Black with #AA5537

Text Example


Text Example

White with #AA5537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5537; }

 p { color: rgb(170,85,55); }

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

background-color css

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

 a { background-color: rgb(170,85,55); }

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

border-color css

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

 span { border-color: rgb(170,85,55); }

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