Html Css Color HEX #AA4E37 Orange Roughy

📋 copy color: '#AA4E37'

red 170 ◦ green 78 ◦ blue 55

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

Shades of Orange Roughy #AA4E37

Tints of Orange Roughy #AA4E37

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.74%

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

R = 56.11%
G = 25.74%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA4E37 (or 0xAA4E37) is known color: Orange Roughy. HEX triplet: AA, 4E and 37. RGB value is (170,78,55). Sum of RGB (Red+Green+Blue) = 170+78+55=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4E37 is #55B1C8. Grayscale: #676767. Windows color (decimal): -5616073 or 3624618. OLE color: 3624618.

HSL color Cylindrical-coordinate representation of color #AA4E37: hue angle of 12º 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 #AA4E37 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 78 55 -
CMYK 0 0.54 0.68 0.33
HSL 12º 0.51% 0.44% -
HSV(B) 12º 0.68% 0.67% -
XYZ 19.99 14.27 5.32 -
YUV 102.89 100.98 175.87 -
System Red Green Blue C M Y K H S L
Decimal 170 78 55 0 0.54 0.68 0.33 12 0.51 0.44
Hex AA 4E 37 0 36 44 21 C 33 2C
Octal 252 116 67 0 66 104 41 14 63 54
Binary 10101010 1001110 110111 0 110110 1000100 100001 1100 110011 101100

Color Harmonies of #AA4E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4E37

Black with #AA4E37

Text Example


Text Example

White with #AA4E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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