Html Css Color HEX #AA4C37 Orange Roughy

📋 copy color: '#AA4C37'

red 170 ◦ green 76 ◦ blue 55

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

Shades of Orange Roughy #AA4C37

Tints of Orange Roughy #AA4C37

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.25%

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

R = 56.48%
G = 25.25%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA4C37 (or 0xAA4C37) is known color: Orange Roughy. HEX triplet: AA, 4C and 37. RGB value is (170,76,55). Sum of RGB (Red+Green+Blue) = 170+76+55=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 55 (21.88% from 255 or 18.27% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4C37 is #55B3C8. Grayscale: #656565. Windows color (decimal): -5616585 or 3624106. OLE color: 3624106.

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

Color convert

RGB 170 76 55 -
CMYK 0 0.55 0.68 0.33
HSL 10.96º 0.51% 0.44% -
HSV(B) 10.96º 0.68% 0.67% -
XYZ 19.85 13.99 5.27 -
YUV 101.71 101.64 176.71 -
System Red Green Blue C M Y K H S L
Decimal 170 76 55 0 0.55 0.68 0.33 10.96 0.51 0.44
Hex AA 4C 37 0 37 44 21 B 33 2C
Octal 252 114 67 0 67 104 41 13 63 54
Binary 10101010 1001100 110111 0 110111 1000100 100001 1011 110011 101100

Color Harmonies of #AA4C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4C37

Black with #AA4C37

Text Example


Text Example

White with #AA4C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4C37; }

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

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

background-color css

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

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

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

border-color css

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

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

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